OracleConnectionStringBuilder.IsFixedSize プロパティ

定義

OracleConnectionStringBuilder が固定サイズかどうかを示す値を取得します。

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

プロパティ値

OracleConnectionStringBuilder は、サイズが固定されたキー/値のペアのコレクションを提供するため、常に true になります。

適用対象