Relationship.RemoveRelationshipKey Method |
Removes the specified key from the current instance. The operation is allowed only if the relationship category is not
Native.
Namespace:
Dundas.BI.Data.Relationships
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntaxpublic void RemoveRelationshipKey(
RelationshipKey key
)
Public Sub RemoveRelationshipKey (
key As RelationshipKey
)
public:
void RemoveRelationshipKey(
RelationshipKey key
)
member RemoveRelationshipKey :
key : RelationshipKey -> unit
Parameters
- key
- Type: Dundas.BI.Data.Relationships.RelationshipKey
The key.
Exceptions
See Also