次の方法で共有


EntityMembersInformation クラス

定義

取得したエンティティ メンバーに関する情報が含まれます。

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()

EntityMembersInformation クラスの新しいインスタンスを初期化します。

プロパティ

MemberCount

メンバー数を指定します。

PageNumber

ページ番号を指定します。

TotalMemberCount

セキュリティと階層親フィルターに基づく合計表示レコード数を指定します。

TotalPages

総ページ数を指定します。

メソッド

SetProperty<T>(T, T, String)

プロパティを指定した値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)
SetProperty<T>(T, T, String, Boolean)

プロパティを指定した値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)

適用対象