IVsDataConnectionUIProperties 인터페이스

정의

연결 UI(예: 데이터 연결 대화 상자)의 컨텍스트에서 데이터 연결 속성을 조작하는 기능을 나타냅니다.

public interface class IVsDataConnectionUIProperties : Microsoft::VisualStudio::Data::Services::SupportEntities::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 ^>>, System::ComponentModel::ICustomTypeDescriptor, System::ComponentModel::INotifyPropertyChanged
public interface IVsDataConnectionUIProperties : Microsoft.VisualStudio.Data.Services.SupportEntities.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>>, System.ComponentModel.ICustomTypeDescriptor, System.ComponentModel.INotifyPropertyChanged
type IVsDataConnectionUIProperties = interface
    interface IVsDataConnectionProperties
    interface IDictionary<string, obj>
    interface ICollection<KeyValuePair<string, obj>>
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
    interface ICustomTypeDescriptor
    interface INotifyPropertyChanged
Public Interface IVsDataConnectionUIProperties
Implements ICollection(Of KeyValuePair(Of String, Object)), ICustomTypeDescriptor, IDictionary(Of String, Object), IEnumerable(Of KeyValuePair(Of String, Object)), INotifyPropertyChanged, IVsDataConnectionProperties
파생
구현

속성

IsComplete

클래스에서 구현되는 경우 지정된 연결 문자열 완료되었는지 여부를 나타내는 값을 가져옵니다.

IsExtensible

클래스에서 구현하는 경우 DDEX 공급자 연결 속성을 확장할 수 있는지 여부를 나타내는 부울 값을 가져오거나 설정합니다.

메서드

Add(String, Type, Object)

클래스에서 구현하는 경우 현재 연결 속성 컬렉션에 새 속성을 추가합니다.

(다음에서 상속됨 IVsDataConnectionProperties)
GetSynonyms(String)

클래스에서 구현되는 경우 지정된 속성의 동의어 배열 목록을 검색합니다.

IsSensitive(String)

클래스에서 구현되는 경우 속성에 중요한 정보가 포함되어 있는지 여부를 나타냅니다.

Parse(String)

클래스에서 구현되는 경우 연결 문자열 구성 요소를 현재 DataConnectionProperties instance 속성 집합으로 디스어셈블합니다.

(다음에서 상속됨 IVsDataConnectionProperties)
Reset()

클래스에서 구현하는 경우 연결 속성의 값을 초기 상태로 다시 설정합니다.

(다음에서 상속됨 IVsDataConnectionProperties)
Reset(String)

클래스에서 구현하는 경우 현재 데이터 연결 속성 집합에서 지정된 속성을 제거합니다.

(다음에서 상속됨 IVsDataConnectionProperties)
ToDisplayString()

클래스에서 구현되는 경우 는 화면 표시에 적합한 현재 데이터 연결 속성 집합의 문자열 표현을 검색합니다.

ToSafeString()

클래스에서 구현하는 경우 은 유지해서는 안 되는 중요한 속성 또는 속성을 제외하는 현재 데이터 연결 속성 집합의 문자열 표현을 검색합니다.

(다음에서 상속됨 IVsDataConnectionProperties)
ToString()

클래스에서 구현되는 경우 현재 연결 속성의 기본 문자열 표현을 검색합니다.

(다음에서 상속됨 IVsDataConnectionProperties)

확장 메서드

AddRange<TKey,TValue>(IDictionary<TKey,TValue>, IDictionary<TKey,TValue>, Boolean)

한 사전 콘텐츠를 다른 사전에 추가

GetOrDefault<TK,TV>(IDictionary<TK,TV>, TK)

지정된 키로 값을 가져옵니다.

EmptyIfNull<T>(IEnumerable<T>)

null이 아닌 경우 이 열거형을 반환합니다. null이면 빈 열거형을 반환합니다.

적용 대상