Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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