Table: dbo.Data_Location_Profile | |||
Definitions of the Net Client Data Location Profiles. | |||
Columns | |||
Name | Type | Constraints | Description |
data_location_profile_KEY | int (4) | NOT NULL | Determined by web services, the primary key. |
description | nvarchar (200) | NOT NULL | Description (name) of profile. |
is_active | bit (1) | NOT NULL | Whether or not this item is active. |
Primary key | |||
Name | Columns | Description | |
PK_Data_Location_Profile | data_location_profile_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Data_Location_Profile$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Ems_User__Data_Location_Profile__client_access__data_location_profile_KEY | client_access__data_location_profile_KEY | Ems_User |