EntityMembersGetRequest 建構函式

定義

初始化 EntityMembersGetRequest 類別的新執行個體。

多載

EntityMembersGetRequest()

初始化包含預設值之 EntityMembersGetRequest 類別的新執行個體。

EntityMembersGetRequest(International, EntityMembersGetCriteria)

初始化 EntityMembersGetRequest 類別的新執行個體,這個執行個體具有指定的文化設定以及取得成員的準則。

EntityMembersGetRequest()

初始化包含預設值之 EntityMembersGetRequest 類別的新執行個體。

public:
 EntityMembersGetRequest();
public EntityMembersGetRequest ();
Public Sub New ()

適用於

EntityMembersGetRequest(International, EntityMembersGetCriteria)

初始化 EntityMembersGetRequest 類別的新執行個體,這個執行個體具有指定的文化設定以及取得成員的準則。

public:
 EntityMembersGetRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::EntityMembersGetCriteria ^ MembersGetCriteria);
public EntityMembersGetRequest (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.EntityMembersGetCriteria MembersGetCriteria);
new Microsoft.MasterDataServices.EntityMembersGetRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.EntityMembersGetCriteria -> Microsoft.MasterDataServices.EntityMembersGetRequest
Public Sub New (International As International, MembersGetCriteria As EntityMembersGetCriteria)

參數

International
International

文化特性設定。

MembersGetCriteria
EntityMembersGetCriteria

取得成員的準則。

適用於