Report.Connections Propiedad

Definición

Obtiene o establece las conexiones de datos definidas en el informe.

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

Valor de propiedad

Conexiones de datos definidas en el informe.

Atributos

Se aplica a