ConnectionStore.Connections 속성

정의

나중에 삭제할 수 있도록 연결 목록을 가져옵니다.

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)

속성 값

연결 목록을 반환합니다.

적용 대상