Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an Enumerator for iterating through the PropertyCollection collection.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Function GetEnumerator As PropertyCollection.Enumerator
'Usage
Dim instance As PropertyCollection
Dim returnValue As PropertyCollection.Enumerator
returnValue = instance.GetEnumerator()
public PropertyCollection.Enumerator GetEnumerator()
public:
PropertyCollection.Enumerator^ GetEnumerator()
member GetEnumerator : unit -> PropertyCollection.Enumerator
public function GetEnumerator() : PropertyCollection.Enumerator
Return Value
Type: Microsoft.AnalysisServices.AdomdServer.PropertyCollection.Enumerator
An PropertyCollection.Enumerator for iterating through the collection.