Propriété BackupSet.UserName
Gets the name of the user who performed the backup operation.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property UserName As String
Get
'Utilisation
Dim instance As BackupSet
Dim value As String
value = instance.UserName
public string UserName { get; }
public:
property String^ UserName {
String^ get ();
}
member UserName : string
function get UserName () : String
Valeur de propriété
Type : System.String
The name of the user.