言語

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

どのドメインリストを検索するかを決める検索条件です。

適用対象