EntityMembersInformation 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含所检索的实体成员的相关信息。
public ref class EntityMembersInformation : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="EntityMembersInformation", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMembersInformation : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="EntityMembersInformation", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMembersInformation = class
inherit DataContractBase
Public Class EntityMembersInformation
Inherits DataContractBase
- 继承
- 属性
注解
EntityMembersInformation包含有关检索到的实体成员的信息。
构造函数
EntityMembersInformation() |
初始化 EntityMembersInformation 类的新实例。 |
属性
MemberCount |
指定成员计数。 |
PageNumber |
指定页码。 |
TotalMemberCount |
指定基于安全和层次结构父筛选器可见的记录总数。 |
TotalPages |
指定总页数。 |
方法
SetProperty<T>(T, T, String) |
将属性更改为给定的值。 |
SetProperty<T>(T, T, String, Boolean) |
将属性更改为给定的值。 |