다음을 통해 공유


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