次の方法で共有


OracleConnectionStringBuilder.Values プロパティ

定義

OracleConnectionStringBuilder内の値を含むICollectionを取得します。

public:
 virtual property System::Collections::ICollection ^ Values { System::Collections::ICollection ^ get(); };
public override System.Collections.ICollection Values { get; }
member this.Values : System.Collections.ICollection
Public Overrides ReadOnly Property Values As ICollection

プロパティ値

OracleConnectionStringBuilder内の値を含むICollection

注釈

ICollectionの値の順序は指定されていませんが、Keys プロパティによって返されるICollection内の関連付けられたキーと同じ順序です。 OracleConnectionStringBuilderの各インスタンスには常に同じ固定キー セットが含まれているため、Values プロパティは常に、キーと同じ順序で固定キー のセットに対応する値を返します。

適用対象

こちらもご覧ください