ReportReportData.Command Proprietà

Definizione

Ottiene o imposta il comando che sarà eseguito quando viene richiamato il comando dati.

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()

Valore della proprietà

Comando che sarà eseguito quando viene richiamato il comando dati.

Attributi

Si applica a