Table of Contents

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 = 3

Full check, excluding indexes.

FullIncludingIndexes = 4

Full check, including indexes.

None = 1

No consistency check is used.

Physical = 2

Physical check only.

Unknown = 0

The consistency check is unknown.