Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Public Enumeration RestoreActionType
'Usage
Dim instance As RestoreActionType
public enum RestoreActionType
public enum class RestoreActionType
type RestoreActionType
public enum RestoreActionType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |
Hinweise
The RestoreActionType enumeration class is served by the Action property.