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