AttributeFilter.ParentAttributeId プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
子属性の使用可能な値の一覧をフィルター処理する値を持つ親属性識別子を指定します。 親は、フィルター選択する子属性と同じ 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
プロパティ値
親属性の識別子。
- 属性