次の方法で共有


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 オブジェクト。

適用対象