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 collection.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Function GetEnumerator As MemberPropertyCollection.Enumerator
'Usage
Dim instance As MemberPropertyCollection
Dim returnValue As MemberPropertyCollection.Enumerator
returnValue = instance.GetEnumerator()
public MemberPropertyCollection.Enumerator GetEnumerator()
public:
MemberPropertyCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> MemberPropertyCollection.Enumerator
public function GetEnumerator() : MemberPropertyCollection.Enumerator
Return Value
Type: Microsoft.AnalysisServices.AdomdClient.MemberPropertyCollection.Enumerator
An Enumerator.