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>
批次的陣列。