Compartilhar via


Propriedade TrueLogin

Gets the current logon record name used by the referenced connection.

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)

Sintaxe

'Declaração
Public ReadOnly Property TrueLogin As String
    Get
'Uso
Dim instance As ServerConnection
Dim value As String

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

Valor da propriedade

Tipo: System. . :: . .String
A String value that specifies the current logon record name used by the referenced connection.