Gets an enumerator for iterating through the collection.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)
구문
‘선언
Public Function GetEnumerator As CellPropertyCollection.Enumerator
‘사용 방법
Dim instance As CellPropertyCollection
Dim returnValue As CellPropertyCollection.Enumerator
returnValue = instance.GetEnumerator()
public CellPropertyCollection.Enumerator GetEnumerator()
public:
CellPropertyCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> CellPropertyCollection.Enumerator
public function GetEnumerator() : CellPropertyCollection.Enumerator
반환 값
유형: Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.