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の値の 1 つ。 可能な値は「親」「兄弟姉妹」「すべて」です。
- 属性
注釈
関係は兄弟関係であり得るし、作成や更新作業で使われる場合 Parent 親関係でもあります。