次の方法で共有


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>

バッチの配列。

適用対象