PropertyCollection.GetEnumerator 方法

获取用于遍历 PropertyCollection 集合的枚举器。

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public Function GetEnumerator As PropertyCollection.Enumerator
用法
Dim instance As PropertyCollection 
Dim returnValue As PropertyCollection.Enumerator 

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

返回值

类型:Microsoft.AnalysisServices.AdomdServer.PropertyCollection.Enumerator
用于遍历集合的 PropertyCollection.Enumerator。

请参阅

参考

PropertyCollection 类

GetEnumerator 重载

Microsoft.AnalysisServices.AdomdServer 命名空间