RestoreStatementKind Enumeration
Specifies the kinds of restore statement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration RestoreStatementKind
'Usage
Dim instance As RestoreStatementKind
[SerializableAttribute]
public enum RestoreStatementKind
[SerializableAttribute]
public enum class RestoreStatementKind
[<SerializableAttribute>]
type RestoreStatementKind
public enum RestoreStatementKind
Members
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. |