OleDbConnectionStringBuilder.Keys プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
OleDbConnectionStringBuilder内のキーを含むICollectionを取得します。
public:
virtual property System::Collections::ICollection ^ Keys { System::Collections::ICollection ^ get(); };
public override System.Collections.ICollection Keys { get; }
member this.Keys : System.Collections.ICollection
Public Overrides ReadOnly Property Keys As ICollection
プロパティ値
OleDbConnectionStringBuilder内のキーを含むICollection。
注釈
ICollection内の値の順序は指定されていませんが、Values プロパティによって返されるICollection内の関連する値と同じ順序です。