Поделиться через


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

Определение

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

Перегрузки

ExportViewListGetRequest()

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

ExportViewListGetRequest(International)

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

ExportViewListGetRequest()

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

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

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

ExportViewListGetRequest(International)

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

public:
 ExportViewListGetRequest(Microsoft::MasterDataServices::International ^ International);
public ExportViewListGetRequest (Microsoft.MasterDataServices.International International);
new Microsoft.MasterDataServices.ExportViewListGetRequest : Microsoft.MasterDataServices.International -> Microsoft.MasterDataServices.ExportViewListGetRequest
Public Sub New (International As International)

Параметры

International
International

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

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