StagingClearRequest 构造函数

定义

初始化 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>

批处理的数组。

适用于