Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The BackupRestoreBase.AsyncOperation enumeration contains values that are used to specify which backup components are running asynchronously.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Protected Enumeration AsyncOperation
'Usage
Dim instance As BackupRestoreBase.AsyncOperation
protected enum AsyncOperation
protected enum class AsyncOperation
type AsyncOperation
protected enum AsyncOperation
Members
| Member name | Description | |
|---|---|---|
| Backup | The backup process is the asynchronous operation. | |
| None | There is no asynchronous operation. | |
| Restore | The restore process is the asynchronous operation. |
Remarks
The BackupRestoreBase.AsyncOperation enumeration is served by the currentAsyncOperation property.