Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.