Freigeben über


BackupRestoreBase.AsyncStatus-Eigenschaft

Ruft den asynchronen Status eines Sicherungs- oder Wiederherstellungsvorgangs ab.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

'Declaration
Public ReadOnly Property AsyncStatus As AsyncStatus 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Smo.AsyncStatus
Ein AsyncStatus-Objektwert, der den asynchronen Status des Vorgangs angibt.

Beispiele

Sichern und Wiederherstellen von Datenbanken und Transaktionsprotokollen

Siehe auch

Verweis

BackupRestoreBase Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

BACKUP (Transact-SQL)

RESTORE (Transact-SQL)