StagingClearRequest 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 StagingClearRequest 类的新实例。
重载
StagingClearRequest() |
初始化具有默认值的 StagingClearRequest 类的新实例。 |
StagingClearRequest(International, Collection<Identifier>) |
初始化具有指定的区域性设置和批处理数组的 StagingClearRequest 类的新实例。 |
StagingClearRequest()
初始化具有默认值的 StagingClearRequest 类的新实例。
public:
StagingClearRequest();
public StagingClearRequest ();
Public Sub New ()
适用于
StagingClearRequest(International, Collection<Identifier>)
初始化具有指定的区域性设置和批处理数组的 StagingClearRequest 类的新实例。
public:
StagingClearRequest(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Identifier ^> ^ Batches);
public StagingClearRequest (Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> Batches);
new Microsoft.MasterDataServices.StagingClearRequest : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> -> Microsoft.MasterDataServices.StagingClearRequest
Public Sub New (International As International, Batches As Collection(Of Identifier))
参数
- International
- International
区域性设置。
- Batches
- Collection<Identifier>
批处理的数组。