DataShape.Connections Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
A lista de conexões das formas de dados.