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.