Initializes a new instance of the
Relationship class, as a user-defined relationship.
Namespace: Dundas.BI.Data.RelationshipsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 String
- The name.
- description String
- The description.
- dataStructure IStructure
- The primary structure.
- referencedStructure IStructure
- The referenced structure.
Exceptions
See Also