ParentChild.RelationshipId Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the relationship object (entity,attribute, or hierarchy) that associates a node with another.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier RelationshipId { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Identifier^ RelationshipId {
    Identifier^ get();
    void set(Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member RelationshipId : Identifier with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property RelationshipId As Identifier

Property Value

Type: Microsoft.MasterDataServices.Identifier

A new instance of type Identifier.

See Also

ParentChild Class
Microsoft.MasterDataServices Namespace

Return to top