SqlConnectionStringBuilder.MaxPoolSize 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定連接集區中,針對這個特定的連接字串允許的最大連接數目。
public:
property int MaxPoolSize { int get(); void set(int value); };
public int MaxPoolSize { get; set; }
member this.MaxPoolSize : int with get, set
Public Property MaxPoolSize As Integer
屬性值
MaxPoolSize 屬性的值,如果未提供任何值,則為 100。
備註
此屬性會對應至連接字串內的 "Max Pool Size" 索引鍵。