ReportReportData.Command Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan atau mengatur perintah yang akan dijalankan saat perintah data dipanggil.
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()
Nilai Properti
Perintah yang akan dijalankan saat perintah data dipanggil.
- Atribut