RestoreStatementKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |