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 that is required during a data restore operation.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
public enum RestoreActionType
Member nameDescription
DatabaseRestore the database.
FilesRestore one or more data files.
OnlinePageRestore a data page online while the database is still available to other users.
OnlineFilesRestore one or more data files while the database is still available to other users.
LogRestore the transaction log.

The RestoreActionType enumeration class is served by the Action property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.