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. |