ReportReportData.Command プロパティ

データ コマンドの呼び出し時に実行されるコマンドを取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management
アセンブリ:  Microsoft.SqlServer.Management.SDK.SqlStudio (Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

構文

'宣言

Public Property Command As ReportReportDataCommand()
    Get
    Set
'使用

Dim instance As ReportReportData
Dim value As ReportReportDataCommand()

value = instance.Command

instance.Command = value
public ReportReportDataCommand[] Command { get; set; }
public:
property array<ReportReportDataCommand^>^ Command {
    array<ReportReportDataCommand^>^ get ();
    void set (array<ReportReportDataCommand^>^ value);
}
member Command : ReportReportDataCommand[] with get, set
function get Command () : ReportReportDataCommand[]
function set Command (value : ReportReportDataCommand[])

プロパティ値

型: array<Microsoft.SqlServer.Management.ReportReportDataCommand[]
データ コマンドの呼び出し時に実行されるコマンド。

関連項目

参照

ReportReportData クラス

Microsoft.SqlServer.Management 名前空間