SqlConnectionStringBuilder.MaxPoolSize 屬性

定義

取得或設定這個特定連接字串之連接集區中允許的連線數目上限。

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」鍵。

適用於

另請參閱