共用方式為


RestoreStatementKind Enum

Definition

The types of restore statements

[System.Serializable]
public enum RestoreStatementKind
[<System.Serializable>]
type RestoreStatementKind = 
Public Enum RestoreStatementKind
Inheritance
RestoreStatementKind
Attributes

Fields

Name Value Description
None 0
Database 1
TransactionLog 2
FileListOnly 3
VerifyOnly 4
LabelOnly 5
RewindOnly 6
HeaderOnly 7

Applies to