Description Returns a collection of all McDataSourceCommand instances.
-
Property type
-
A McDataSourceCommands object. A new collection containing the Commands optionally sorted and filtered. Failure Returns Nothing. Failure conditions: * Parameters did not identify a McDataSourceCommand in the collection.
-
Syntax
-
object.Commands([bCacheCollection])
The Commands Property syntax has these parts: |
| object | An expression evaluating to an object of type McDataSources. | | bCacheCollection | Optional. A Boolean value. Not used at this time. Instructs the McDataSourceCommands to retain and reuse McDataSourceCommand instances. |
|