Property type

A mcDataSourceOptions enumeration.   The state of the options.
Failure conditions:
* None

Syntax

object.Options [= value]

The Options Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataSource.
valueA mcDataSourceOptions enumeration, as described in settings.

Settings

The settings for value are:

ConstantValueDescription
 mcdatso_Normal0
 mcdatso_DynamicRegister1

The McDataHandler will be created temporarily at start-up and DynamicRegister will be called so that the McDataCommands may be registered at runtime.

 mcdatso_RetainHandlerUntilShutdown0

Once loaded, the McDataHandler will remain referenced by the McDataSource.

 mcdatso_ReleaseHandlerAfterCommand16

FUTURE USE: The McDataHandler will be unloaded once the executed command is complete.

 mcdatso_LoadHandlerAtStartup32

FUTURE USE: The McDataHandler will be created when the McDataSource is loaded.

Remarks

ReadOnly property. Normally read from the registry. Specifies optional behavior for the McDataSource. Registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Media Cybernetics\IQApp 1.0\Addins\McAddInData.McDataManager\Sources\\eOptions