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


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

Определение

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

Перегрузки

SystemPropertiesGetRequest()

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

SystemPropertiesGetRequest(International)

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

SystemPropertiesGetRequest()

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

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

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

SystemPropertiesGetRequest(International)

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

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

Параметры

International
International

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

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