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 物件。

適用於