言語

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, Boolean)

その性質を与えられた値に変更します。
新しい値が古い値と異なるかどうかを返します。

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

その性質を与えられた値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)

適用対象