다음을 통해 공유


IResultInfo.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.

참고 항목

참조

IResultInfo 인터페이스

Microsoft.SqlServer.Management.MultiServerConnection 네임스페이스