Description Called by the creator McDataSource to initialize this McDataHandler into the object model.
-
Return Type
-
A Boolean value. A Boolean with value True. Failure Returns False. McDataSource will Not load handler when False is returned (class will be deallocated) Failure conditions: Implementation defined.
-
Syntax
-
object.Terminate (pDataSources)
The Terminate Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataHandler. | | pDataSources | Required. A McDataSources object. The root of the the McDataSources object model. May be used to access other Sources and other object models. |
|