言語

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)

プロパティ値

RelationshipTypeの値の 1 つ。 可能な値は「親」「兄弟姉妹」「すべて」です。

属性

注釈

関係は兄弟関係であり得るし、作成や更新作業で使われる場合 Parent 親関係でもあります。

適用対象