RelationshipKey Constructor |
Namespace:
Dundas.BI.Data.Relationships
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public RelationshipKey(
string elementName,
string referencedElementName
)
Public Sub New (
elementName As String,
referencedElementName As String
)
public:
RelationshipKey(
String^ elementName,
String^ referencedElementName
)
new :
elementName : string *
referencedElementName : string -> RelationshipKey
Parameters
- elementName
- Type: SystemString
Name of the element from the primary structure. - referencedElementName
- Type: SystemString
Name of the referenced element.
See Also