言語

SystemSettingsUpdateRequest コンストラクター

定義

SystemSettingsUpdateRequest クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
SystemSettingsUpdateRequest()

デフォルト値を持つ SystemSettingsUpdateRequest クラスの新しいインスタンスを初期化します。

SystemSettingsUpdateRequest(International, Collection<SystemSettingGroup>)

指定された文化設定とシステム設定グループのリストを持つ SystemSettingsUpdateRequest クラスの新しいインスタンスを初期化します。

SystemSettingsUpdateRequest()

デフォルト値を持つ SystemSettingsUpdateRequest クラスの新しいインスタンスを初期化します。

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

適用対象

SystemSettingsUpdateRequest(International, Collection<SystemSettingGroup>)

指定された文化設定とシステム設定グループのリストを持つ SystemSettingsUpdateRequest クラスの新しいインスタンスを初期化します。

public:
 SystemSettingsUpdateRequest(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::SystemSettingGroup ^> ^ SystemSettingGroups);
public SystemSettingsUpdateRequest(Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemSettingGroup> SystemSettingGroups);
new Microsoft.MasterDataServices.SystemSettingsUpdateRequest : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemSettingGroup> -> Microsoft.MasterDataServices.SystemSettingsUpdateRequest
Public Sub New (International As International, SystemSettingGroups As Collection(Of SystemSettingGroup))

パラメーター

International
International

文化的な設定。

SystemSettingGroups
Collection<SystemSettingGroup>

システム設定のグループを更新する。

適用対象