Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets an Enumerator for iterating through the collection.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Function GetEnumerator As KpiCollection.Enumerator
'Usage
Dim instance As KpiCollection
Dim returnValue As KpiCollection.Enumerator
returnValue = instance.GetEnumerator()
public KpiCollection.Enumerator GetEnumerator()
public:
KpiCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> KpiCollection.Enumerator
public function GetEnumerator() : KpiCollection.Enumerator
Return Value
Type: Microsoft.AnalysisServices.AdomdClient.KpiCollection.Enumerator
The Enumerator for iterating through the collection.