TargetedContentPart
Primary Key
Primary Key | Field Type |
---|---|
ID | int |
Fields
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
Name | nvarchar(100) | |||
Guid | uniqueidentifier | yes | Default = (newid()) |
Foreign Keys
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
SiteContentID | int | SiteContent.ID |
Indexes
Index Name | Fields | Unique | Primary | Clustered |
---|---|---|---|---|
PK_TargetedContentPart | ID | yes | yes | yes |
Referenced by
Referenced by | Field |
---|---|
TargetedContentChecks | TargetedPartID |