共用方式為


IDbCommandAnalysis Interface

Represents additional command information for analyzing a query and returning a list of parameter names used in the query.

命名空間: Microsoft.ReportingServices.DataProcessing
組件: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

語法

'宣告
Public Interface IDbCommandAnalysis
public interface IDbCommandAnalysis
public interface class IDbCommandAnalysis
public interface IDbCommandAnalysis
public interface IDbCommandAnalysis

備註

The IDbCommandAnalysis interface enables you to add additional functionality for analyzing a query (command text) and retrieving a list of parameters used in that query. The IDbCommandAnalysis interface can be used to build a custom data processing extension. For more information about Command classes, see Implementing a Command Class for a Data Processing Extension.

An application does not create an instance of the IDbCommandAnalysis interface directly, but creates an instance of a class that implements IDbCommandAnalysis.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

IDbCommandAnalysis Members
Microsoft.ReportingServices.DataProcessing Namespace