Description Dynamically (run-time) register McDataSourceCommands.
-
Return Type
-
A Boolean value. True when successful.
Failure Returns False. Failure conditions: Implementation specific / Initialization failure.
-
Syntax
-
object.DynamicRegister (pOverridden, pDataSources)
The DynamicRegister Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataHandler. | | pOverridden | Required. An IUnknown object. | | pDataSources | Required. A McDataSources object. The root of the the McDataSources object model. May be used to access other Sources and other object models. |
|