Metodo PropertyCollection.GetEnumerator
Ottiene un oggetto Enumerator per scorrere la raccolta PropertyCollection.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public Function GetEnumerator As PropertyCollection.Enumerator
'Utilizzo
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
Valore restituito
Tipo: Microsoft.AnalysisServices.AdomdServer.PropertyCollection.Enumerator
Oggetto PropertyCollection.Enumerator per scorrere la raccolta.