IDbCommandAnalysis 인터페이스

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(Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

구문

‘선언
Public Interface IDbCommandAnalysis
‘사용 방법
Dim instance As IDbCommandAnalysis
public interface IDbCommandAnalysis
public interface class IDbCommandAnalysis
type IDbCommandAnalysis =  interface end
public interface IDbCommandAnalysis

IDbCommandAnalysis 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 GetParameters Returns an IDataParameterCollection object representing a list of parameters used in the query.

맨 위로 이동

주의

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 데이터 처리 확장 프로그램에 대한 Command 클래스 구현.

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

참고 항목

참조

Microsoft.ReportingServices.DataProcessing 네임스페이스