Поделиться через


Перечисление RestoreActionType

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)

Синтаксис

'Декларация
Public Enumeration RestoreActionType
'Применение
Dim instance As RestoreActionType
public enum RestoreActionType
public enum class RestoreActionType
type RestoreActionType
public enum RestoreActionType

Элементы

Имя элемента Описание
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.

Замечания

The RestoreActionType enumeration class is served by the Action property.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Smo