Description Sets or returns the creation state of the McDataHandler registered by this object.
-
Property type
-
A Boolean value.
-
Syntax
-
object.SourceHandlerExists [= value]
The SourceHandlerExists Property syntax has these parts: |
| object | An expression evaluating to an object of type McDataSource. | | value | A Boolean value. | Remarks The SourceHandlerProgID will be used to create the handler.
The Handler will be created by this McDataSource automatically when needed.
Setting a SourceHandlerExists=False on a non-persistent McDataSource
will NOT release the SourceHandler because it cannot be recreated.
|