Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.