ExportViewUpdateRequest Конструкторы

Определение

Инициализирует новый экземпляр класса ExportViewUpdateRequest.

Перегрузки

ExportViewUpdateRequest()

Инициализирует новый экземпляр класса ExportViewUpdateRequest со значениями по умолчанию.

ExportViewUpdateRequest(International, ExportView)

Инициализирует новый экземпляр класса ExportViewUpdateRequest, для которого заданы региональные настройки и объект ExportView.

ExportViewUpdateRequest()

Инициализирует новый экземпляр класса ExportViewUpdateRequest со значениями по умолчанию.

public:
 ExportViewUpdateRequest();
public ExportViewUpdateRequest ();
Public Sub New ()

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

ExportViewUpdateRequest(International, ExportView)

Инициализирует новый экземпляр класса ExportViewUpdateRequest, для которого заданы региональные настройки и объект ExportView.

public:
 ExportViewUpdateRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::ExportView ^ ExportView);
public ExportViewUpdateRequest (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.ExportView ExportView);
new Microsoft.MasterDataServices.ExportViewUpdateRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.ExportView -> Microsoft.MasterDataServices.ExportViewUpdateRequest
Public Sub New (International As International, ExportView As ExportView)

Параметры

International
International

Региональные настройки.

ExportView
ExportView

ExportView.

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