Microsoft.ReportingServices.DataProcessing 네임스페이스

The Microsoft.ReportingServices.DataProcessing namespace is modeled after a subset of the Microsoft .NET data provider interfaces. These interfaces contain the minimal subset of the .NET data provider functionality needed by the report server to process custom data, and do not reflect a fully implemented .NET data provider. You do not need to create a new data processing extension for Reporting Services, if an existing data provider already implements the data processing extension interfaces. As in the case of a .NET data provider, a Reporting Services data processing extension enables you to connect to a data source in order to retrieve data.

인터페이스

  인터페이스 설명
공용 인터페이스 IDataMultiValueParameter Represents a multivalued parameter to a Command object.
공용 인터페이스 IDataParameter Represents a parameter to a Command object.
공용 인터페이스 IDataParameterCollection Represents a collection of all parameters relevant to a Command object.
공용 인터페이스 IDataReader 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.
공용 인터페이스 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.
공용 인터페이스 IDataReaderFieldProperties Provides a means of reading field properties from result sets obtained using the IDataReader or IDataReaderExtension interfaces.
공용 인터페이스 IDbCollationProperties Represents the collation properties for a connection to a data source, and is implemented by SQL Server Reporting Services data processing extensions that access relational databases.
공용 인터페이스 IDbCommand Represents a statement that is executed while an open connection to a data source exists.
공용 인터페이스 IDbCommandAnalysis Represents additional command information for analyzing a query and returning a list of parameter names used in the query.
공용 인터페이스 IDbCommandRewriter 인프라입니다. Provides a rewritten command text.
공용 인터페이스 IDbConnection Represents an open connection to a data source, and is implemented by SQL Server Reporting Services data processing extensions that access relational databases.
공용 인터페이스 IDbConnectionExtension Represents additional connection properties that can be implemented by SQL Server Reporting Services data processing extensions.
공용 인터페이스 IDbConnectionWrapper 인프라입니다. Provides a wrapper to an IDbConnection object.
공용 인터페이스 IDbTransaction Represents a transaction to be performed at a data source.
공용 인터페이스 IDbTransactionExtension Represents additional transaction properties that can be implemented by SQL Server Reporting Services data processing extensions.
공용 인터페이스 ITokenDataExtension Defines support for a data processing extension to use a SharePoint user token to access a SharePoint data source.

열거형

  열거형 설명
공용 열거형 CommandBehavior Describes of the results of the query and its effect on the database.
공용 열거형 CommandType Specifies how a command string is interpreted.