SqlConnectionStringBuilder.MinPoolSize 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定這個特定連接字串之連接集區中允許的連線數目下限。
public:
property int MinPoolSize { int get(); void set(int value); };
public int MinPoolSize { get; set; }
member this.MinPoolSize : int with get, set
Public Property MinPoolSize As Integer
屬性值
房產價值 MinPoolSize ,若未提供則為0。
備註
此特性對應於 連接字串 中的「最小池大小」鍵。