Compartilhar via


ConnectionStore.Connections Propriedade

Definição

Obtém a lista de conexões para possam ser descartadas posteriormente.

public:
 property System::Collections::Generic::List<System::Data::IDbConnection ^> ^ Connections { System::Collections::Generic::List<System::Data::IDbConnection ^> ^ get(); };
public System.Collections.Generic.List<System.Data.IDbConnection> Connections { get; }
member this.Connections : System.Collections.Generic.List<System.Data.IDbConnection>
Public ReadOnly Property Connections As List(Of IDbConnection)

Valor da propriedade

Retorna a lista de conexões.

Aplica-se a