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)
Syntax
'Bildirim
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. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.