IServerType2.SupportsUserNameNotion Property
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
'Declaration
ReadOnly Property SupportsUserNameNotion As Boolean
Get
'Usage
Dim instance As IServerType2
Dim value As Boolean
value = instance.SupportsUserNameNotion
bool SupportsUserNameNotion { get; }
property bool SupportsUserNameNotion {
bool get ();
}
abstract SupportsUserNameNotion : bool
function get SupportsUserNameNotion () : boolean
Property Value
Type: System.Boolean
true if the user name combo on the log in tab is enabled; otherwise, false.