EntityMemberAttributesGetRequest 建構函式

定義

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

多載

EntityMemberAttributesGetRequest()

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

EntityMemberAttributesGetRequest(International, EntityMembers)

初始化具有指定的文化設定及實體成員之 EntityMemberAttributesGetRequest 類別的新執行個體。

EntityMemberAttributesGetRequest()

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

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

適用於

EntityMemberAttributesGetRequest(International, EntityMembers)

初始化具有指定的文化設定及實體成員之 EntityMemberAttributesGetRequest 類別的新執行個體。

public:
 EntityMemberAttributesGetRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::EntityMembers ^ EntityMembers);
public EntityMemberAttributesGetRequest (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.EntityMembers EntityMembers);
new Microsoft.MasterDataServices.EntityMemberAttributesGetRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.EntityMembers -> Microsoft.MasterDataServices.EntityMemberAttributesGetRequest
Public Sub New (International As International, EntityMembers As EntityMembers)

參數

International
International

文化特性設定。

EntityMembers
EntityMembers

實體成員。

適用於