다음을 통해 공유


IVsDataConnectionDialog.SelectedSource 속성

현재 선택한 데이터 소스를 나타내는 GUID 값을 가져오거나 설정 합니다.

네임스페이스:  Microsoft.VisualStudio.Data.Services
어셈블리:  Microsoft.VisualStudio.Data.Services(Microsoft.VisualStudio.Data.Services.dll)

구문

‘선언
Property SelectedSource As Guid
Guid SelectedSource { get; set; }
property Guid SelectedSource {
    Guid get ();
    void set (Guid value);
}
abstract SelectedSource : Guid with get, set
function get SelectedSource () : Guid 
function set SelectedSource (value : Guid)

속성 값

형식: Guid
반환 된 Guid 개체는 현재 데이터 원본에 반영 합니다.

예외

예외 조건
ArgumentException

선택한 공급자에 대해 지정 된 GUID는 등록 된 DDEX 공급자가 아닙니다.

설명

(있는 경우)에 데이터 원본에서 선택한이 값이 반영의 데이터 원본데이터 소스 선택/변경 대화 상자.

.NET Framework 보안

참고 항목

참조

IVsDataConnectionDialog 인터페이스

Microsoft.VisualStudio.Data.Services 네임스페이스