Sub Query( _ ByVal dataStoreMask As System.String, _ ByRef dataStores As System.Collections.Generic.List(Of DataStore) _ )
void Query( System.string dataStoreMask, out System.Collections.Generic.List<DataStore> dataStores )
void Query( System.String^ dataStoreMask, [Out] System.Collections.Generic.List<DataStore^>^ dataStores )
Parameters
- dataStoreMask
- DataStore name wildcard expression.
- dataStores
- Query results.