DtsServerType.IServerType2.SupportsUserNameNotion Property

Gets a value that indicates whether the user name combo on the Login tab is enabled.

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

Syntax

'Declaration
Private ReadOnly Property SupportsUserNameNotion As Boolean 
    Implements IServerType2.SupportsUserNameNotion 
    Get
'Usage
Dim instance As DtsServerType 
Dim value As Boolean 

value = CType(instance, IServerType2).SupportsUserNameNotion
bool IServerType2.SupportsUserNameNotion { get; }
private:
virtual property bool SupportsUserNameNotion {
    bool get () sealed = IServerType2::SupportsUserNameNotion::get;
}
private abstract SupportsUserNameNotion : bool 
private override SupportsUserNameNotion : bool
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.Boolean
true if the user name combo on the Login tab is enabled; otherwise, false.

Implements

IServerType2.SupportsUserNameNotion

See Also

Reference

DtsServerType Class

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace