RestoreStatementKind 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
还原语句的类型
[System.Serializable]
public enum RestoreStatementKind
[<System.Serializable>]
type RestoreStatementKind =
Public Enum RestoreStatementKind
- 继承
-
RestoreStatementKind
- 属性
字段
| 名称 | 值 | 说明 |
|---|---|---|
| None | 0 | |
| Database | 1 | |
| TransactionLog | 2 | |
| FileListOnly | 3 | |
| VerifyOnly | 4 | |
| LabelOnly | 5 | |
| RewindOnly | 6 | |
| HeaderOnly | 7 |