次の方法で共有


AttributeFilter.ParentAttributeId プロパティ

定義

子属性の使用可能な値の一覧をフィルター処理する値を持つ親属性識別子を指定します。 親は、フィルター選択する子属性と同じ EntityMemberType 内のドメイン ベースの属性 (DBA) である必要があります。

public:
 property Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ ParentAttributeId { Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public Microsoft.MasterDataServices.Services.DataContracts.Identifier ParentAttributeId { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.ParentAttributeId : Microsoft.MasterDataServices.Services.DataContracts.Identifier with get, set
Public Property ParentAttributeId As Identifier

プロパティ値

親属性の識別子。

属性

適用対象