Description Creates a McDataSource for a Data Object Programmatic Identifier (ProgID).
-
Return Type
-
A McDataSource object. A new McDataSource reference by this object's collection. Failure Returns Nothing. Failure conditions:
-
Syntax
-
object.Create ([sProgIDOrModuleName], [pSourceHandler])
The Create Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataSources. | | sProgIDOrModuleName | Optional. A String value. ProgID of the SourceHandler when the DataSource should be persistent. | | pSourceHandler | Optional. A McDataHandler object. : Reference to the SourceHandler when the DataSource should NOT be persistent. |
|