Partager via


Membres IDataReaderExtension

Provides a means of reading one or more forward-only streams of result sets obtained by executing a command at a data source, and is used by SQL Server Reporting Services to retrieve aggregation-specific information about a result set.

Le type IDataReaderExtension expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Dispose (Hérité de IDisposable.)
Méthode publique GetFieldType Gets the Type information corresponding to the type of object that is returned from GetValue. (Hérité de IDataReader.)
Méthode publique GetName Gets the name of the field to find. (Hérité de IDataReader.)
Méthode publique GetOrdinal Return the index of the named field. (Hérité de IDataReader.)
Méthode publique GetValue Return the value of the specified field. (Hérité de IDataReader.)
Méthode publique IsAggregationField Indicates whether the data is aggregated by the field with the given index.
Méthode publique Read Advances the IDataReader to the next record. (Hérité de IDataReader.)

Haut de la page

Propriétés

  Nom Description
Propriété publique AggregationFieldCount Gets the number of fields by which the data is aggregated.
Propriété publique FieldCount Gets the number of fields in the data reader. (Hérité de IDataReader.)
Propriété publique IsAggregateRow Indicates whether the current row contains aggregate data.

Haut de la page