Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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 (em Microsoft.SqlServer.SmoExtended.dll)
Sintaxe
'Declaração
Protected Enumeration AsyncOperation
'Uso
Dim instance As BackupRestoreBase.AsyncOperation
protected enum AsyncOperation
protected enum class AsyncOperation
type AsyncOperation
protected enum AsyncOperation
Membros
| Nome do membro | Descrição | |
|---|---|---|
| Backup | The backup process is the asynchronous operation. | |
| None | There is no asynchronous operation. | |
| Restore | The restore process is the asynchronous operation. |
Comentários
The BackupRestoreBase.AsyncOperation enumeration is served by the currentAsyncOperation property.