Clase AdomdDataReader.Enumerator
Implements the IEnumeratorinterface to support iterating over a AdomdDataReader and reading its individual records.
Jerarquía de herencia
System.Object
Microsoft.AnalysisServices.AdomdServer.AdomdDataReader.Enumerator
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public Class Enumerator _
Implements IEnumerator
'Uso
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
El tipo AdomdDataReader.Enumerator expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Current | Gets the current IDataRecord interface in the AdomdDataReader. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
MoveNext | Moves to the next IDataRecord interface in the AdomdDataReader. | |
Reset | This method is not supported on the forward-only AdomdDataReader. | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
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.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.