共用方式為


OlapInfoCubeCollection.GetEnumerator 方法

Gets an instance of the Enumerator class for iterating through the collection.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public Function GetEnumerator As OlapInfoCubeCollection.Enumerator
'用途
Dim instance As OlapInfoCubeCollection 
Dim returnValue As OlapInfoCubeCollection.Enumerator 

returnValue = instance.GetEnumerator()
public OlapInfoCubeCollection.Enumerator GetEnumerator()
public:
OlapInfoCubeCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> OlapInfoCubeCollection.Enumerator
public function GetEnumerator() : OlapInfoCubeCollection.Enumerator

傳回值

型別:Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection.Enumerator
An IEnumerator object that can be used to iterate through the OlapInfoCubeCollection.

請參閱

參考

OlapInfoCubeCollection 類別

Microsoft.AnalysisServices.AdomdClient 命名空間