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
ReadOnly Property LoginName As String
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .String
A String that contains the login name of the user executing the batch.
Vea también