Gets an Enumerator for iterating through the collection.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)
语法
声明
Public Function GetEnumerator As TupleCollection.Enumerator
用法
Dim instance As TupleCollection
Dim returnValue As TupleCollection.Enumerator
returnValue = instance.GetEnumerator()
public TupleCollection.Enumerator GetEnumerator()
public:
TupleCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> TupleCollection.Enumerator
public function GetEnumerator() : TupleCollection.Enumerator
返回值
类型:Microsoft.AnalysisServices.AdomdClient.TupleCollection.Enumerator
An IEnumerator object that can be used to iterate through the TupleCollection.