Свойство TrueLogin
Gets the current logon record name used by the referenced connection.
Пространство имен: Microsoft.SqlServer.Management.Common
Сборка: Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)
Синтаксис
'Декларация
Public ReadOnly Property TrueLogin As String
Get
'Применение
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
Значение свойства
Тип System. . :: . .String
A String value that specifies the current logon record name used by the referenced connection.