SqlConnectionStringBuilder.IsFixedSize プロパティ

定義

SqlConnectionStringBuilderに固定サイズがあるかどうかを示す値を取得します。

public:
 virtual property bool IsFixedSize { bool get(); };
public override bool IsFixedSize { get; }
member this.IsFixedSize : bool
Public Overrides ReadOnly Property IsFixedSize As Boolean

プロパティ値

true どの場合も、 SqlConnectionStringBuilder はキーと値のペアの固定サイズのコレクションを提供するためです。

適用対象

こちらもご覧ください