AdomdDataReader.Enumerator-Klasse
Implements the IEnumeratorinterface to support iterating over a AdomdDataReader and reading its individual records.
Vererbungshierarchie
System.Object
Microsoft.AnalysisServices.AdomdServer.AdomdDataReader.Enumerator
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Class Enumerator _
Implements IEnumerator
'Usage
Dim instance As AdomdDataReader.Enumerator
public class Enumerator : IEnumerator
public ref class Enumerator : IEnumerator
type Enumerator =
class
interface IEnumerator
end
public class Enumerator implements IEnumerator
Der AdomdDataReader.Enumerator-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Current | Gets the current IDataRecord interface in the AdomdDataReader. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
MoveNext | Moves to the next IDataRecord interface in the AdomdDataReader. | |
Reset | This method is not supported on the forward-only AdomdDataReader. | |
ToString | (Geerbt von Object.) |
Zum Anfang
Hinweise
In Microsoft JScript, you can use the structures in the Microsoft .NET Framework, but you cannot define your own.
Because the AdomdDataReader is a forward-only source of data, you can iterate the associated enumerator only once.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.