RestoreStatementKind – výčet
Určuje typ příkazu obnovení.
Obor názvů: Microsoft.Data.Schema.ScriptDom.Sql
Sestavení: Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Deklarace
<SerializableAttribute> _
Public Enumeration RestoreStatementKind
[SerializableAttribute]
public enum RestoreStatementKind
[SerializableAttribute]
public enum class RestoreStatementKind
[<SerializableAttribute>]
type RestoreStatementKind
public enum RestoreStatementKind
Členy
Název členu | Popis | |
---|---|---|
None | Typ není žádné | |
Database | Druh je databáze | |
TransactionLog | Typ je TransactionLog | |
FileListOnly | Typ je FileListOnly | |
VerifyOnly | Druh je VerifyOnly | |
LabelOnly | Typ je LabelOnly | |
RewindOnly | Typ je RewindOnly | |
HeaderOnly | Typ je HeaderOnly |