ParentChild.Weight 屬性

定義

警告

Collections are deprecated

指定與子系相關聯的加權。 權數值只適用於集合成員

public:
 property System::Decimal Weight { System::Decimal get(); void set(System::Decimal value); };
[System.Obsolete("Collections are deprecated")]
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public decimal Weight { get; set; }
[<System.Obsolete("Collections are deprecated")>]
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.Weight : decimal with get, set
Public Property Weight As Decimal

屬性值

Decimal

與子系相關聯的加權。

屬性

備註

只有當有問題的子系以集合成員的形式傳回時,才適用這種情況。 此屬性不適用於明確和衍生階層要求

適用於