PropertyCollection.GetEnumerator 方法
Gets an Enumerator for iterating through the PropertyCollection collection.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.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.AdomdClient.PropertyCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.