Expand Minimize
This topic has not yet been rated - Rate this topic

RestoreActionType Enumeration

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

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
public enum RestoreActionType
public enum RestoreActionType
public enum RestoreActionType
Member nameDescription
DatabaseRestore the database.
FilesRestore one or more data files.
LogRestore the transaction log.
OnlineFilesRestore one or more data files while the database is still available to other users.
OnlinePageRestore 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.


Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.