DtsServerType.IServerType2.SupportsCustomBrowseAction Property

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.

Namespace:  Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

'Declaration
Private ReadOnly Property SupportsCustomBrowseAction As Boolean 
    Implements IServerType2.SupportsCustomBrowseAction 
    Get
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

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

Implements

IServerType2.SupportsCustomBrowseAction

See Also

Reference

DtsServerType Class

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace