IServerType2.SupportsUserNameNotion Property

 

Applies To: SQL Server 2016 Preview

Gets a value indicating whether the user name combo on the Login tab should be enabled. If not, the user name doesn't apply to this server type.

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

Syntax

bool SupportsUserNameNotion { get; }
property bool SupportsUserNameNotion {
    bool get();
}
abstract SupportsUserNameNotion : bool with get
ReadOnly Property SupportsUserNameNotion As Boolean

Property Value

Type: System.Boolean

true if the user name combo on the log in tab is enabled; otherwise, false.

See Also

IServerType2 Interface
Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace

Return to top