Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the RESTORE statement kind.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration RestoreStatementKind
[SerializableAttribute]
public enum RestoreStatementKind
[SerializableAttribute]
public enum class RestoreStatementKind
[<SerializableAttribute>]
type RestoreStatementKind
public enum RestoreStatementKind
Members
Member name | Description | |
---|---|---|
None | Kind is None | |
Database | Kind is Database | |
TransactionLog | Kind is TransactionLog | |
FileListOnly | Kind is FileListOnly | |
VerifyOnly | Kind is VerifyOnly | |
LabelOnly | Kind is LabelOnly | |
RewindOnly | Kind is RewindOnly | |
HeaderOnly | Kind is HeaderOnly |