หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets an IEnumerator interface for iterating through the collection.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Function GetEnumerator As AdomdDataReader.Enumerator
'Usage
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
Return Value
Type: Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.Enumerator
An IEnumerator interface for iterating through the collection.
Remarks
For more information about this interface, see System.Collections.IEnumerator.