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

Определение

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

Перегрузки

ExportViewCreateRequest()

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

ExportViewCreateRequest(International, ExportView)

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

ExportViewCreateRequest()

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

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

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

ExportViewCreateRequest(International, ExportView)

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

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

Параметры

International
International

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

ExportView
ExportView

ExportView.

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