Share via


IDataReader Members

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

  이름 Description
ms159920.pubproperty(ko-kr,SQL.90).gif FieldCount Gets the number of fields in the data reader.

위쪽

Public Methods

  이름 Description
ms159920.pubmethod(ko-kr,SQL.90).gif GetFieldType Gets the Type information corresponding to the type of object that is returned from GetValue.
ms159920.pubmethod(ko-kr,SQL.90).gif GetName Gets the name of the field to find.
ms159920.pubmethod(ko-kr,SQL.90).gif GetOrdinal Return the index of the named field.
ms159920.pubmethod(ko-kr,SQL.90).gif GetValue Return the value of the specified field.
ms159920.pubmethod(ko-kr,SQL.90).gif Read Advances the IDataReader to the next record.

위쪽

참고 항목

참조

IDataReader Interface
Microsoft.ReportingServices.DataProcessing Namespace