Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets an Enumerator for iterating through the MiningServiceCollection collection.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Function GetEnumerator As MiningServiceCollection.Enumerator
'Usage
Dim instance As MiningServiceCollection
Dim returnValue As MiningServiceCollection.Enumerator
returnValue = instance.GetEnumerator()
public MiningServiceCollection.Enumerator GetEnumerator()
public:
MiningServiceCollection.Enumerator^ GetEnumerator()
member GetEnumerator : unit -> MiningServiceCollection.Enumerator
public function GetEnumerator() : MiningServiceCollection.Enumerator
Return Value
Type: Microsoft.AnalysisServices.AdomdServer.MiningServiceCollection.Enumerator
An Enumerator used to iterate through the collection.