Partager via


RestoreStatementKind, énumération

Spécifie le type d'instruction RESTORE.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Enumeration RestoreStatementKind
[SerializableAttribute]
public enum RestoreStatementKind
[SerializableAttribute]
public enum class RestoreStatementKind
[<SerializableAttribute>]
type RestoreStatementKind
public enum RestoreStatementKind

Membres

Nom de membre Description
None Le type est None
Database Le type est Database
TransactionLog Le type est TransactionLog
FileListOnly Le type est FileListOnly
VerifyOnly Le type est VerifyOnly
LabelOnly Le type est LabelOnly
RewindOnly Le type est RewindOnly
HeaderOnly Le type est HeaderOnly

Voir aussi

Référence

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms