Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the user who performed the backup operation.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property UserName As String
Get
'Usage
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
Property Value
Type: System.String
The name of the user.