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