Share via


IServerType2.SupportsUserNameNotion 속성

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.

네임스페이스:  Microsoft.SqlServer.Management.UI.ConnectionDlg
어셈블리:  ConnectionDlg(ConnectionDlg.dll)

구문

‘선언
ReadOnly Property SupportsUserNameNotion As Boolean 
    Get
‘사용 방법
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

속성 값

유형: System.Boolean
true if the user name combo on the log in tab is enabled; otherwise, false.

참고 항목

참조

IServerType2 인터페이스

Microsoft.SqlServer.Management.UI.ConnectionDlg 네임스페이스