Share via


QEStatusBarManager.LoginName Property

Gets the login name string.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Public ReadOnly Property LoginName As String 
    Get
'Usage
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

Property Value

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

Remarks

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

See Also

Reference

QEStatusBarManager Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace