SCRM 2006 SC_RelationshipDefinitionDimension_View
SC_RelationshipDefinitionDimension_View lists the different relationships that exist between objects in MOM. The relationships are classified based on whether they involve containment of one object within the other, and whether one object is connected to the other through a data flow or workflow.
SC_RelationshipDefinitionDimension_View
Column | Type | Constraint | Description |
---|---|---|---|
Description |
nvarchar(512) |
Not Null |
The description for the relationship definition. |
IsConnector |
bit |
Not Null |
Indicates whether the source object sends data to the target object. |
IsContainment |
bit |
Not Null |
Indicates whether the source object contains the target object. |
RelationshipTypeID_PK |
uniqueidentifier |
Not Null |
The ID of the general type of relationship this definition is based on. |
RelationshipTypeName |
nvarchar(255) |
Not Null |
The name for the type of this relationship. |
SMC_InstanceID |
bigint |
Not Null |
The surrogate key for this item. |
bigint |
Not Null |
The definition for the source class of the relationship. |
|
bigint |
Not Null |
The definition for the target class of the relationship. |
See Also
Reference
SCRM 2006 SC_RelationshipAttributeInstanceFact_View
Other Resources
SCRM 2006 MOM Views
SCRM 2006 Report Customization
SCRM 2006 SMS Views
SCRM 2006 Stored Procedures