Compartir a través de


BackupSet.UserName Propiedad

Gets the name of the user who performed the backup operation.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.String
The name of the user.

Vea también

Referencia

BackupSet Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo