LoginName 属性

Gets the name of the login executing the batch.

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

语法

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

value = instance.LoginName
public string LoginName { get; }
public:
virtual property String^ LoginName {
    String^ get () sealed;
}
abstract LoginName : string
override LoginName : string
final function get LoginName () : String

属性值

类型:System. . :: . .String
A String that contains the login name.

实现

IResultInfo. . :: . .LoginName