Report.Connections Property

Definition

Gets or sets the data connections defined in the report.

public:
 property cli::array <Microsoft::SqlServer::Management::ReportConnection ^> ^ Connections { cli::array <Microsoft::SqlServer::Management::ReportConnection ^> ^ get(); void set(cli::array <Microsoft::SqlServer::Management::ReportConnection ^> ^ value); };
[System.Xml.Serialization.XmlArrayItem("Connection", IsNullable=false)]
public Microsoft.SqlServer.Management.ReportConnection[] Connections { get; set; }
[<System.Xml.Serialization.XmlArrayItem("Connection", IsNullable=false)>]
member this.Connections : Microsoft.SqlServer.Management.ReportConnection[] with get, set
Public Property Connections As ReportConnection()

Property Value

The data connections defined in the report.

Attributes

Applies to