次の方法で共有


ParentChild.NextRelationshipId プロパティ

アイテムとアイテム自身の子の間のリレーションシップを定義するオブジェクトの識別子を取得または設定します。

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

構文

'宣言
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property NextRelationshipId As Identifier
    Get
    Set
'使用
Dim instance As ParentChild
Dim value As Identifier

value = instance.NextRelationshipId

instance.NextRelationshipId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier NextRelationshipId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ NextRelationshipId {
    Identifier^ get ();
    void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member NextRelationshipId : Identifier with get, set
function get NextRelationshipId () : Identifier
function set NextRelationshipId (value : Identifier)

プロパティ値

型: Microsoft.MasterDataServices.Identifier
Identifier 型の新しいインスタンス。

説明

NextRelationshipId は、エンティティ、属性、または階層を表すことができます。NextRelationshipType によって指定されます。

関連項目

参照

ParentChild クラス

Microsoft.MasterDataServices 名前空間