Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the current asynchronous operation, such as backup, restore, or none.
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