ParentChild.Weight Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the weight of the parent-child relationship.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false, IsRequired = false)]
public decimal Weight { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false, IsRequired = false)]
property Decimal Weight {
    Decimal get();
    void set(Decimal value);
}
[<DataMemberAttribute(EmitDefaultValue = false, IsRequired = false)>]
member Weight : decimal with get, set
<DataMemberAttribute(EmitDefaultValue := False, IsRequired := False)>
Public Property Weight As Decimal

Property Value

Type: System.Decimal

The weight of the parent-child relationship.

See Also

ParentChild Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top