다음을 통해 공유


OleDbConnectionStringBuilder.Keys 속성

정의

ICollection 있는 키가 들어 있는 OleDbConnectionStringBuilder키를 가져옵니다.

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

속성 값

ICollection 에 있는 키를 포함하는 입니다OleDbConnectionStringBuilder.

설명

ICollection 의 순서는 지정되지 않지만 속성에서 반환 Values 된 연결된 값 ICollection 과 동일한 순서입니다.

적용 대상

추가 정보