ReportReportData.Command Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the command that will be executed when the data command is invoked.
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()
Property Value
The command that will be executed when the data command is invoked.
- Attributes