IQueryDesigner.Command 속성

정의

초기화 시 Business Intelligence Development Studio의 보고서 디자이너가 데이터베이스 명령을 IQueryDesigner로 전달하는 데 사용됩니다.

public:
 property Microsoft::ReportingServices::DataProcessing::IDbCommand ^ Command { Microsoft::ReportingServices::DataProcessing::IDbCommand ^ get(); void set(Microsoft::ReportingServices::DataProcessing::IDbCommand ^ value); };
public Microsoft.ReportingServices.DataProcessing.IDbCommand Command { get; set; }
member this.Command : Microsoft.ReportingServices.DataProcessing.IDbCommand with get, set
Public Property Command As IDbCommand

속성 값

IDbCommand 개체입니다.

적용 대상