Compartir a través de


LoginName Propiedad

Gets the name of the login executing the batch.

Espacio de nombres:  Microsoft.SqlServer.Management.MultiServerConnection
Ensamblado:  Microsoft.SqlServer.Management.MultiServerConnection (en Microsoft.SqlServer.Management.MultiServerConnection.dll)

Sintaxis

'Declaración
Public ReadOnly Property LoginName As String
    Get
'Uso
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

Valor de la propiedad

Tipo: System. . :: . .String
A String that contains the login name.

Implementa

IResultInfo. . :: . .LoginName