Propriété LoginName
Gets the name of the login executing the batch.
Espace de noms : Microsoft.SqlServer.Management.MultiServerConnection
Assembly : Microsoft.SqlServer.Management.MultiServerConnection (en Microsoft.SqlServer.Management.MultiServerConnection.dll)
Syntaxe
'Déclaration
ReadOnly Property LoginName As String
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .String
A String that contains the login name of the user executing the batch.
Voir aussi