Partager via


TrueLogin propriété

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

Espace de noms :  Microsoft.SqlServer.Management.Common
Assembly :  Microsoft.SqlServer.ConnectionInfo (dans Microsoft.SqlServer.ConnectionInfo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TrueLogin As String
    Get
'Utilisation
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

Valeur de la propriété

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