NamedSetCollection.GetEnumerator-Methode
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 NamedSetCollection.Enumerator
'Usage
Dim instance As NamedSetCollection
Dim returnValue As NamedSetCollection.Enumerator
returnValue = instance.GetEnumerator()
public NamedSetCollection.Enumerator GetEnumerator()
public:
NamedSetCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> NamedSetCollection.Enumerator
public function GetEnumerator() : NamedSetCollection.Enumerator
Rückgabewert
Typ: Microsoft.AnalysisServices.AdomdClient.NamedSetCollection.Enumerator
An IEnumerator object that can be used to iterate through the NamedSetCollection.