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

区域性设置。

适用于