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>

Массив пакетов.

Применяется к