PoolNames
このプロパティは、監視対象の接続プールをより簡単に識別するための文字列を指定します。
宣言
// C# public static OraclePoolNameCollection PoolNames { get; }
プロパティ・タイプ
OraclePoolNameCollection
クラスのインスタンス
備考
OraclePoolNameCollection
クラスは、Add
およびRemove
メソッドを公開して、一意の接続文字列ごとにプール名を追加または削除します。例:
OracleConfiguration.PoolNames.Add("PoolA", "<unique connection string>;");