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。