ReportReportData.Command 속성

정의

데이터 명령을 호출하면 실행될 명령을 가져오거나 설정합니다.

public:
 property cli::array <Microsoft::SqlServer::Management::ReportReportDataCommand ^> ^ Command { cli::array <Microsoft::SqlServer::Management::ReportReportDataCommand ^> ^ get(); void set(cli::array <Microsoft::SqlServer::Management::ReportReportDataCommand ^> ^ value); };
[System.Xml.Serialization.XmlElement("Command")]
public Microsoft.SqlServer.Management.ReportReportDataCommand[] Command { get; set; }
[<System.Xml.Serialization.XmlElement("Command")>]
member this.Command : Microsoft.SqlServer.Management.ReportReportDataCommand[] with get, set
Public Property Command As ReportReportDataCommand()

속성 값

데이터 명령을 호출하면 실행될 명령입니다.

특성

적용 대상