Propriedade do RDL BackupSet.UserName
Gets the name of the user who performed the backup operation.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property UserName As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
The name of the user.