Description Returns a collection of all McDataSourceCommand instances for this McDataSource.
-
Property type
-
A McDataSourceCommands object. A new McDataSourceCommands collection containing the Commands for this McDataSource. Failure Returns Nothing. Failure conditions: * Unknown propagated error.
-
Syntax
-
object.Commands([bCacheCollection])
The Commands Property syntax has these parts: |
| object | An expression evaluating to an object of type McDataSource. | | bCacheCollection | Optional. A Boolean value. Not used at this time. Instructs the McDataSourceCommands to retain and reuse McDataSourceCommand instances. |
|