Enumeração RestoreStatementKind
Specifies the kinds of restore statement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Enumeration RestoreStatementKind
'Uso
Dim instance As RestoreStatementKind
[SerializableAttribute]
public enum RestoreStatementKind
[SerializableAttribute]
public enum class RestoreStatementKind
[<SerializableAttribute>]
type RestoreStatementKind
public enum RestoreStatementKind
Membros
Nome do membro | Descrição | |
---|---|---|
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. |