Campo BackupRestoreBase.currentAsyncOperation
Specifica l'operazione asincrona corrente, ad esempio backup, ripristino o nessuna.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Sintassi
'Dichiarazione
Protected currentAsyncOperation As BackupRestoreBase.AsyncOperation
'Utilizzo
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