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

Specifies the kinds of restore statement.

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

Синтаксис

'Декларация
<SerializableAttribute> _
Public Enumeration RestoreStatementKind
'Применение
Dim instance As RestoreStatementKind
[SerializableAttribute]
public enum RestoreStatementKind
[SerializableAttribute]
public enum class RestoreStatementKind
[<SerializableAttribute>]
type RestoreStatementKind
public enum RestoreStatementKind

Элементы

Имя элемента Описание
Database The kind is Database.
FileListOnly The kind is FileListOnly.
HeaderOnly The kind is HeaderOnly.
LabelOnly The kind is LabelOnly.
None The kind is None.
RewindOnly The kind is RewindOnly.
TransactionLog The kind is TransactionLog.
VerifyOnly The kind is VerifyOnly.

См. также

Справочник

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom