DataShape.Connections Propriedade

Definição

Obtém ou define a lista de conexões das formas de dados.

public:
 property System::Collections::Generic::List<Microsoft::ReportingServices::Diagnostics::Internal::Connection ^> ^ Connections { System::Collections::Generic::List<Microsoft::ReportingServices::Diagnostics::Internal::Connection ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::ReportingServices::Diagnostics::Internal::Connection ^> ^ value); };
public System.Collections.Generic.List<Microsoft.ReportingServices.Diagnostics.Internal.Connection> Connections { get; set; }
member this.Connections : System.Collections.Generic.List<Microsoft.ReportingServices.Diagnostics.Internal.Connection> with get, set
Public Property Connections As List(Of Connection)

Valor da propriedade

List<Connection>

A lista de conexões das formas de dados.

Aplica-se a