RestoreStatementKind 枚举

定义

还原语句的类型

[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

适用于