Freigeben über


BackupRestoreBase.currentAsyncOperation-Feld

Gibt den aktuellen asynchronen Vorgang an, z. B. Sicherung, Wiederherstellung oder kein Vorgang.

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

Syntax

'Declaration
Protected currentAsyncOperation As BackupRestoreBase.AsyncOperation
'Usage
Dim value As BackupRestoreBase.AsyncOperation 

value = Me.currentAsyncOperation 

Me.currentAsyncOperation = value
protected BackupRestoreBase.AsyncOperation currentAsyncOperation
protected:
BackupRestoreBase.AsyncOperation currentAsyncOperation
val mutable currentAsyncOperation: BackupRestoreBase.AsyncOperation
protected var currentAsyncOperation : BackupRestoreBase.AsyncOperation

Siehe auch

Verweis

BackupRestoreBase Klasse

Microsoft.SqlServer.Management.Smo-Namespace