Description Configures the given McDBType.
-
Return Type
-
A Boolean value. A Boolean with value True when successful. Failure Returns False. Failure conditions: Implementation defined.
-
Syntax
-
object.ConfigureDBType (pOverridden, pdbtype)
The ConfigureDBType Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataHandler. | | pOverridden | Required. An IUnknown object. | | pdbtype | Required. A McDBType object. The existing database type to be configured. | Remarks The McDBType will be created if needed by the caller prior to this call.
|