RestoreStatementKind 列挙型

定義

restore ステートメントの種類

[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

適用対象