共用方式為


AdomdPropertyCollection.GetEnumerator 方法

Returns an enumerator that iterates through the AdomdPropertyCollection.

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

語法

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

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

傳回值

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

請參閱

參考

AdomdPropertyCollection 類別

Microsoft.AnalysisServices.AdomdClient 命名空間