Relationship Constructor

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 (24.2.0.1000)
Syntax
public Relationship(
	string name,
	string description,
	IStructure dataStructure,
	IStructure referencedStructure
)

Parameters

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
ExceptionCondition
ArgumentNullExceptiondataStructure or referencedStructure is .
See Also