Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
The RestoreActionType enumeration contains values that are used to specify the type of action that is required during a data restore operation.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Sintaxis
'Declaración
Public Enumeration RestoreActionType
'Uso
Dim instance As RestoreActionType
public enum RestoreActionType
public enum class RestoreActionType
type RestoreActionType
public enum RestoreActionType
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| 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. |
Comentarios
The RestoreActionType enumeration class is served by the Action property.