RestoreStatementKind Enumeration
Specifies the kinds of restore statement.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
| Member name | Description | |
|---|---|---|
| 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. |
Show: