EntityMembersGetRequest 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
取得成員的準則。