ConnectionStore.Connections 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得連結清單,以便日後處理。
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)
屬性值
回傳連線清單。