Énumération BackupRestoreBase.AsyncOperation
The BackupRestoreBase..::..AsyncOperation enumeration contains values that are used to specify which backup components are running asynchronously.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SmoExtended (dans Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
Protected Enumeration AsyncOperation
'Utilisation
Dim instance As BackupRestoreBase.AsyncOperation
protected enum AsyncOperation
protected enum class AsyncOperation
type AsyncOperation
protected enum AsyncOperation
Membres
Nom de membre | Description | |
---|---|---|
None | There is no asynchronous operation. | |
Backup | The backup process is the asynchronous operation. | |
Restore | The restore process is the asynchronous operation. |
Notes
The BackupRestoreBase..::..AsyncOperation enumeration is served by the currentAsyncOperation property.