Parent.RelationshipType 屬性

定義

取得或設定 Parent 所表示之成員的關聯性類型。

public:
 property Nullable<Microsoft::MasterDataServices::RelationshipType> RelationshipType { Nullable<Microsoft::MasterDataServices::RelationshipType> get(); void set(Nullable<Microsoft::MasterDataServices::RelationshipType> value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.RelationshipType? RelationshipType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.RelationshipType : Nullable<Microsoft.MasterDataServices.RelationshipType> with get, set
Public Property RelationshipType As Nullable(Of RelationshipType)

屬性值

Nullable<RelationshipType>

其中一個 RelationshipType 值。 可能的值為 Parent、Sibling 或 All。

屬性

備註

Parent 在建立或更新作業中使用時,關聯性可以是同一個關聯性,也可以是父關聯性。

適用於