QEStatusBarManager.LoginName 속성

Gets the login name string.

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

구문

‘선언
Public ReadOnly Property LoginName As String 
    Get
‘사용 방법
Dim instance As QEStatusBarManager 
Dim value As String 

value = instance.LoginName
public string LoginName { get; }
public:
property String^ LoginName {
    String^ get ();
}
member LoginName : string
function get LoginName () : String

속성 값

유형: System.String
A string value that specifies the login name.

주의

This value may be "Multiple Connections" if there is no single login.

참고 항목

참조

QEStatusBarManager 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스