Freigeben über


BackupRestoreBase.AsyncOperation Enumeration

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.

Hinweise

Aktualisierter Text:

The BackupRestoreBase.AsyncOperation enumeration is served by the currentAsyncOperation property.

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo Namespace