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>
バッチの配列。