ReportCollection.Report 屬性

定義

負責收集或設定報告的收集。

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

屬性值

Report[]

報告的彙編。

屬性

適用於