PropertyCollection.GetEnumerator 메서드
Gets an Enumerator for iterating through the PropertyCollection collection.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)
구문
‘선언
Public Function GetEnumerator As PropertyCollection.Enumerator
‘사용 방법
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
반환 값
유형: Microsoft.AnalysisServices.AdomdClient.PropertyCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.