Proprietà BackupRestoreBase.AsyncStatus

Ottiene lo stato asincrono di un processo di backup o di ripristino.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property AsyncStatus As AsyncStatus 
    Get
'Utilizzo
Dim instance As BackupRestoreBase 
Dim value As AsyncStatus 

value = instance.AsyncStatus
public AsyncStatus AsyncStatus { get; }
public:
property AsyncStatus^ AsyncStatus {
    AsyncStatus^ get ();
}
member AsyncStatus : AsyncStatus
function get AsyncStatus () : AsyncStatus

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.AsyncStatus
Valore dell'oggetto AsyncStatus che specifica lo stato asincrono del processo.

Esempi

Backup e ripristino dei database e dei log delle transazioni

Vedere anche

Riferimento

BackupRestoreBase Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

BACKUP (Transact-SQL)

RESTORE (Transact-SQL)