Initializes a new instance of the 
Relationship class, as a user-defined relationship.
            
 
    Namespace: 
   Dundas.BI.Data.Relationships
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic Relationship(
	string name,
	string description,
	IStructure dataStructure,
	IStructure referencedStructure
)
Public Sub New ( 
	name As String,
	description As String,
	dataStructure As IStructure,
	referencedStructure As IStructure
)
public:
Relationship(
	String^ name, 
	String^ description, 
	IStructure^ dataStructure, 
	IStructure^ referencedStructure
)
new : 
        name : string * 
        description : string * 
        dataStructure : IStructure * 
        referencedStructure : IStructure -> RelationshipParameters
- name
 - Type: SystemString
The name. - description
 - Type: SystemString
The description. - dataStructure
 - Type: Dundas.BI.Data.MetadataIStructure
The primary structure. - referencedStructure
 - Type: Dundas.BI.Data.MetadataIStructure
The referenced structure. 
Exceptions
See Also