CMSEVERYONESECURITYPRIVS
Exceptions defined for a given object for the everyone role.
Primary Key
| Primary Key |
Field Type |
| ID |
uniqueidentifier |
Fields
| Field |
Field Type |
Null |
Notes |
Description |
| SECUREDOBJECTGUID |
uniqueidentifier |
|
|
|
| VALUE |
bit |
|
Default = 0 |
|
| DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
| DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
| TS |
timestamp |
|
|
Timestamp. |
| TSLONG |
bigint (Computed) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
Foreign Keys
| Foreign Key |
Field Type |
Null |
Notes |
Description |
| SECUREDOBJECTTYPEID |
int |
|
ObjectTypes.ID
|
FK to OBJECTTYPES |
| OBJECTTASKID |
uniqueidentifier |
yes |
CMSOBJECTTASK.ID
|
FK to CMSOBJECTTASK |
| ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
| CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
Indexes
| Index Name |
Fields |
Unique |
Primary |
Clustered |
| IX_CMSEVERYONESECURITYPRIVS_DATEADDED |
DATEADDED |
|
|
yes |
| IX_CMSEVERYONESECURITYPRIVS_DATECHANGED |
DATECHANGED |
|
|
|
| PK_CMSEVERYONESECURITYPRIVS |
ID |
yes |
yes |
|
| UIX_CMSEVERYONESECURITYPRIVS_SECUREDOBJECTGUID_OBJECTTASKID |
SECUREDOBJECTGUID, OBJECTTASKID |
yes |
|
|
Triggers