IVsDataConnectionProperties 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
데이터 연결 문자열을 구문 분석, 빌드 및 생성하는 기능을 나타냅니다.
public interface class IVsDataConnectionProperties : System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>, System::Collections::Generic::IDictionary<System::String ^, System::Object ^>, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>
public interface IVsDataConnectionProperties : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string,object>>, System.Collections.Generic.IDictionary<string,object>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>>
type IVsDataConnectionProperties = interface
interface IDictionary<string, obj>
interface ICollection<KeyValuePair<string, obj>>
interface seq<KeyValuePair<string, obj>>
interface IEnumerable
Public Interface IVsDataConnectionProperties
Implements ICollection(Of KeyValuePair(Of String, Object)), IDictionary(Of String, Object), IEnumerable(Of KeyValuePair(Of String, Object))
- 파생
- 구현
-
ICollection<KeyValuePair<String,Object>> ICollection<KeyValuePair<TKey,TValue>> IDictionary<String,Object> IEnumerable<KeyValuePair<String,Object>> IEnumerable<KeyValuePair<TKey,TValue>> IEnumerable<T> IEnumerable
메서드
Add(String, Type, Object) |
클래스에서 구현하는 경우 현재 연결 속성 컬렉션에 새 속성을 추가합니다. |
Parse(String) |
클래스에서 구현되는 경우 연결 문자열 구성 요소를 현재 DataConnectionProperties instance 속성 집합으로 디스어셈블합니다. |
Reset() |
클래스에서 구현하는 경우 연결 속성의 값을 초기 상태로 다시 설정합니다. |
Reset(String) |
클래스에서 구현하는 경우 현재 데이터 연결 속성 집합에서 지정된 속성을 제거합니다. |
ToSafeString() |
클래스에서 구현하는 경우 는 유지해서는 안 되는 중요한 속성 또는 속성을 제외하는 현재 데이터 연결 속성 집합의 문자열 표현을 검색합니다. |
ToString() |
클래스에서 구현되는 경우 현재 연결 속성의 기본 문자열 표현을 검색합니다. |
확장 메서드
AddRange<TKey,TValue>(IDictionary<TKey,TValue>, IDictionary<TKey,TValue>, Boolean) |
다른 사전에 하나의 사전 콘텐츠 추가 |
GetOrDefault<TK,TV>(IDictionary<TK,TV>, TK) |
지정된 키로 값을 가져옵니다. |
EmptyIfNull<T>(IEnumerable<T>) |
null이 아닌 경우 이 열거형을 반환합니다. null인 경우 빈 열거형을 반환합니다. |