LoginName 属性

Gets the name of the login executing the batch.

命名空间:  Microsoft.SqlServer.Management.MultiServerConnection
程序集:  Microsoft.SqlServer.Management.MultiServerConnection(在 Microsoft.SqlServer.Management.MultiServerConnection.dll 中)

语法

声明
ReadOnly Property LoginName As String
    Get
用法
Dim instance As IResultInfo
Dim value As String

value = instance.LoginName
string LoginName { get; }
property String^ LoginName {
    String^ get ();
}
abstract LoginName : string
function get LoginName () : String

属性值

类型:System. . :: . .String
A String that contains the login name of the user executing the batch.