Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 implemented by Reporting Services Data Processing Extensions that access relational databases.
The following tables list the members exposed by the IDataReader type.
Public Properties
| Name | Description | |
|---|---|---|
![]() |
FieldCount | Gets the number of fields in the data reader. |
Nach oben
Public Methods
| Name | Description | |
|---|---|---|
![]() |
GetFieldType | Gets the Type information corresponding to the type of object that is returned from GetValue. |
![]() |
GetName | Gets the name of the field to find. |
![]() |
GetOrdinal | Return the index of the named field. |
![]() |
GetValue | Return the value of the specified field. |
![]() |
Read | Advances the IDataReader to the next record. |
Nach oben
Siehe auch
Verweis
IDataReader Interface
Microsoft.ReportingServices.DataProcessing Namespace
.gif)
.gif)