Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
This class categorizes the type of industry a customer or advertising item represents. An IndustryCode object links to zero or more Customer objects and zero or more AdItem objects.
Data Members
Data member name |
Data type |
Default value |
Description |
|---|---|---|---|
IndustryCode |
nvarchar(255) |
null |
Stores the code for the type of industry represented by the object. |
IndustryNum |
int |
0 |
Stores the unique key for the object. Key member. |
SiteName |
nvarchar(255) |
Unknown |
Stores the name of the site associated with the object. Key member. |
Class Key
IndustryCodeKey is composed of the following data members:
IndustryNum + SiteName
Relations
For a description of the relation type, see Data Warehouse Classes.
Relation name |
Parent |
Child |
Type |
|---|---|---|---|
AdItemIndustryCode |
IndustryCode |
AdItem |
2 |
CustomerIndustryCode |
IndustryCode |
Customer |
2 |