Estructura AdomdDataReader.Enumerator
Implements the System.Collections.IEnumerator interface to support iterating over an AdomdDataReader and reading its individual records.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public Structure Enumerator _
Implements IEnumerator
'Uso
Dim instance As AdomdDataReader.Enumerator
public struct Enumerator : IEnumerator
public value class Enumerator : IEnumerator
[<SealedAttribute>]
type Enumerator =
struct
interface IEnumerator
end
JScript admite el uso de estructuras, pero no la declaración de otras nuevas.
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 ValueType.) | |
GetHashCode | (Se hereda de ValueType.) | |
GetType | (Se hereda de Object.) | |
MoveNext | Moves to the next IDataRecord interface in the AdomdDataReader. | |
Reset | Sets the enumerator to its initial position, which is before the first element in the collection. | |
ToString | (Se hereda de ValueType.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IEnumerator.Current | Gets the current IDataRecord object in the AdomdDataReader. |
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.