GetEnumerator 方法

命名空间:  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