RestoreActionType Enumeration

The RestoreActionType enumeration contains values that are used to specify the type of action required during a data restore operation.

命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

語法

'宣告
Public Enumeration RestoreActionType
public enum RestoreActionType
public enum class RestoreActionType
public enum RestoreActionType
public enum RestoreActionType

Members

Member name Description
Database Restore the database.
Files Restore one or more data files.
Log Restore the transaction log.
OnlineFiles Restore one or more data files while the database is still available to other users.
OnlinePage Restore a data page online while the database is still available to other users.

備註

The RestoreActionType enumeration class is served by the Action property.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.SqlServer.Management.Smo Namespace