Parent.RelationshipType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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)
屬性值
其中一個 RelationshipType 值。 可能的值為 Parent、Sibling 或 All。
- 屬性
備註
當 Parent 在建立或更新作業中使用時,關聯性可以是同一個關聯性,也可以是父關聯性。