SystemSettingsGetRequest 构造函数

定义

初始化 SystemSettingsGetRequest 类的新实例。

重载

名称 说明
SystemSettingsGetRequest()

初始化一个具有默认值的 SystemSettingsGetRequest 类的新实例。

SystemSettingsGetRequest(International, SystemSettingsGetCriteria)

初始化一个具有指定文化设置和搜索条件的类的新实例 SystemSettingsGetRequest

SystemSettingsGetRequest()

初始化一个具有默认值的 SystemSettingsGetRequest 类的新实例。

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

适用于

SystemSettingsGetRequest(International, SystemSettingsGetCriteria)

初始化一个具有指定文化设置和搜索条件的类的新实例 SystemSettingsGetRequest

public:
 SystemSettingsGetRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::SystemSettingsGetCriteria ^ SearchCriteria);
public SystemSettingsGetRequest(Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.SystemSettingsGetCriteria SearchCriteria);
new Microsoft.MasterDataServices.SystemSettingsGetRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.SystemSettingsGetCriteria -> Microsoft.MasterDataServices.SystemSettingsGetRequest
Public Sub New (International As International, SearchCriteria As SystemSettingsGetCriteria)

参数

International
International

文化背景。

SearchCriteria
SystemSettingsGetCriteria

决定要检索哪些域名列表的搜索条件。

适用于