ObjectExclusions


Description

Object exclusion rules that define which database objects, fields, or data elements should be excluded from specific operations, reports, or data processing workflows.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ExclusionId Unknown 0 null

Primary key - ObjectExclusions unique identifier for each exclusion rule

ExclusionReason Unknown 0 null

Exclusion reason - Reason for excluding this object

ExclusionScope Unknown 0 null

Exclusion scope - Scope of the exclusion (Global, Agency-specific, etc.)

ID int identity 4 null

Reference identifier - Foreign key reference to related entity or lookup table

IsActive Unknown 0 null

Active status - Whether this exclusion rule is currently enforced

ObjectType nvarchar 100 null

Object type - Type of object being excluded (Table, Field, Report, etc.)

ObjectName nvarchar 510 null

Object name - Name of the excluded object

Reason nvarchar 1073741823 null

Text field - Reason text information for ObjectExclusions records

Notes nvarchar 1073741823 null

Text field - Notes text information for ObjectExclusions records

IsStandard bit 1 null

Boolean flag - Indicates whether specific condition or feature is enabled/active

Indexes

Constraint Name Type Sort Column(s)
PK__ObjectEx__3214EC277FEA5F09 Primary key Asc ID

Relationships