EntityStagingGetRequest 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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
用于获取实体临时批处理的条件。