Category: Security
Database: DBC
| View Column | Data Type | Format | Description |
|---|---|---|---|
| RuleSetName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | The mixed-case user-defined rule set name. |
| GroupName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | The name of a replication group. |
| ObjectKind | CHAR(1) LATIN UPPERCASE NOT NULL | X(1) | Type of dictionary object to which this rule is matched. Object kinds are encoded as TableKind in the DBC.TVM table, as follows:
|
| DefaultOpt | CHAR(1) LATIN UPPERCASE NOT NULL | X(1) | Indicates whether this is a default rule. |
| LikePattern | VARCHAR(300) UNICODE NOT CASESPECIFIC NOT NULL | X(300) | A pattern string that is matched using the LIKE operator to the names of objects of the specified kind. |
| LikeEscape | CHAR(1) UNICODE NOT CASESPECIFIC | X(1) | An optional escape character to be used with LikePattern. |
| NotLikePattern | VARCHAR(300) UNICODE NOT CASESPECIFIC | X(300) | An optional pattern string. If not null, used to exclude objects that otherwise match this rule. |
| NotLikeEscape | CHAR(1) UNICODE NOT CASESPECIFIC | X(1) | An optional escape character to be used with NotLikePattern. |