Parent.RelationshipType プロパティ

Parent によって表されるメンバーのリレーションシップの種類を取得または設定します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
<DataMemberAttribute> _
Public Property RelationshipType As Nullable(Of RelationshipType)
    Get
    Set
'使用
Dim instance As Parent
Dim value As Nullable(Of RelationshipType)

value = instance.RelationshipType

instance.RelationshipType = value
[DataMemberAttribute]
public Nullable<RelationshipType> RelationshipType { get; set; }
[DataMemberAttribute]
public:
property Nullable<RelationshipType> RelationshipType {
    Nullable<RelationshipType> get ();
    void set (Nullable<RelationshipType> value);
}
[<DataMemberAttribute>]
member RelationshipType : Nullable<RelationshipType> with get, set
function get RelationshipType () : Nullable<RelationshipType>
function set RelationshipType (value : Nullable<RelationshipType>)

プロパティ値

型: System.Nullable<RelationshipType>
RelationshipType の値の 1 つ。有効値は Parent、Sibling、または All です。

説明

作成または更新操作で Parent が使用されている場合は、兄弟リレーションシップと親リレーションシップのどちらも指定できます。

関連項目

参照

Parent クラス

Microsoft.MasterDataServices 名前空間