Classe AdomdDataReader.Enumerator
Implements the IEnumeratorinterface to support iterating over a AdomdDataReader and reading its individual records.
Hiérarchie d'héritage
System.Object
Microsoft.AnalysisServices.AdomdServer.AdomdDataReader.Enumerator
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Class Enumerator _
Implements IEnumerator
'Utilisation
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
Le type AdomdDataReader.Enumerator expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
![]() |
Current | Gets the current IDataRecord interface in the AdomdDataReader. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
MoveNext | Moves to the next IDataRecord interface in the AdomdDataReader. |
![]() |
Reset | This method is not supported on the forward-only AdomdDataReader. |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Notes
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.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.