SqlServerCeType.IServerType2.SupportsCustomBrowseAction Property

Gets a value indicating whether the SQL Server CE supports custom browse action.

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 SqlServerCeType 
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: Boolean
true if SQL Server CE supports custom browse action; otherwise, false.

Implements

IServerType2.SupportsCustomBrowseAction

See Also

Reference

SqlServerCeType Class

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace