Enum BackupExecSqlConsistencyCheckMethod
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the consistency check method to use for SQL server.
public enum BackupExecSqlConsistencyCheckMethod
Fields
FullExcludingIndexes = 3Full check, excluding indexes.
FullIncludingIndexes = 4Full check, including indexes.
None = 1No consistency check is used.
Physical = 2Physical check only.
Unknown = 0The consistency check is unknown.