AttributeFilter.ParentAttributeId 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定父属性标识符,其值筛选子属性的可能值列表。 父属性必须是基于域的属性 (DBA),它与其筛选的子属性位于同一 EntityMemberType 内。
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
属性值
父属性标识符。
- 属性