Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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. |