DtsServerType.IServerType2.SupportsCustomBrowseAction 속성

Gets a value that indicates whether the instance of this server type wants to specify the custom action when the user selects the custom browse action in the server combo.

네임스페이스:  Microsoft.SqlServer.Management.UI.ConnectionDlg
어셈블리:  ConnectionDlg(ConnectionDlg.dll)

구문

‘선언
Private ReadOnly Property SupportsCustomBrowseAction As Boolean 
    Implements IServerType2.SupportsCustomBrowseAction 
    Get
‘사용 방법
Dim instance As DtsServerType 
Dim value As Boolean 

value = CType(instance, IServerType2).SupportsCustomBrowseAction
bool IServerType2.SupportsCustomBrowseAction { get; }
private:
virtual property bool SupportsCustomBrowseAction {
    bool get () sealed = IServerType2::SupportsCustomBrowseAction::get;
}
private abstract SupportsCustomBrowseAction : bool 
private override SupportsCustomBrowseAction : bool
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

속성 값

유형: System.Boolean
true if the CustomBrowseAction is implemented; otherwise, false.

구현

IServerType2.SupportsCustomBrowseAction

참고 항목

참조

DtsServerType 클래스

Microsoft.SqlServer.Management.UI.ConnectionDlg 네임스페이스