言語

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>

複数のバッチの配列。

適用対象