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.
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.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Declaration
Protected Enumeration AsyncOperation
protected enum AsyncOperation
private enum class AsyncOperation
protected enum 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
Updated text:
The BackupRestoreBase.AsyncOperation enumeration is served by the currentAsyncOperation property.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace
Change History
Release |
History |
New content:
|