EntityStagingGetRequest 构造函数

定义

初始化 EntityStagingGetRequest 类的新实例。

重载

EntityStagingGetRequest()

初始化 EntityStagingGetRequest 类的新实例。

EntityStagingGetRequest(International, EntityStagingGetCriteria)

使用指定的国际化条件和获取条件初始化 EntityStagingGetRequest 类的新实例。

EntityStagingGetRequest()

初始化 EntityStagingGetRequest 类的新实例。

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

适用于

EntityStagingGetRequest(International, EntityStagingGetCriteria)

使用指定的国际化条件和获取条件初始化 EntityStagingGetRequest 类的新实例。

public:
 EntityStagingGetRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::EntityStagingGetCriteria ^ GetCriteria);
public EntityStagingGetRequest (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.EntityStagingGetCriteria GetCriteria);
new Microsoft.MasterDataServices.EntityStagingGetRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.EntityStagingGetCriteria -> Microsoft.MasterDataServices.EntityStagingGetRequest
Public Sub New (International As International, GetCriteria As EntityStagingGetCriteria)

参数

International
International

区域性设置。

GetCriteria
EntityStagingGetCriteria

用于获取实体临时批处理的条件。

适用于