ReportCollection.Report Proprietà

Definizione

Ottiene o imposta la raccolta del 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()

Valore della proprietà

Report[]

Raccolta del report.

Attributi

Si applica a