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

プロパティ値

親属性識別子です。

属性

適用対象