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>

批次的陣列。

適用於