다음을 통해 공유


OdbcConnectionStringBuilder.Keys 속성

정의

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

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 에 있는 키를 포함하는 입니다OdbcConnectionStringBuilder.

설명

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

적용 대상

추가 정보