次の方法で共有


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

取得するドメイン リストを決定する検索条件。

適用対象