Share via


SystemSettingsGetResponse コンストラクター

定義

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

オーバーロード

SystemSettingsGetResponse()

SystemSettingsGetResponse クラスの既定値を持つ新しいインスタンスを初期化します。

SystemSettingsGetResponse(OperationResult, Collection<SystemSettingGroup>)

指定された操作結果とシステム設定グループの一覧を持つ SystemSettingsGetResponse クラスの新しいインスタンスを初期化します。

SystemSettingsGetResponse()

SystemSettingsGetResponse クラスの既定値を持つ新しいインスタンスを初期化します。

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

適用対象

SystemSettingsGetResponse(OperationResult, Collection<SystemSettingGroup>)

指定された操作結果とシステム設定グループの一覧を持つ SystemSettingsGetResponse クラスの新しいインスタンスを初期化します。

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

パラメーター

OperationResult
OperationResult

追跡およびログ記録の一意の ID を含む操作結果。

SystemSettingsGroups
Collection<SystemSettingGroup>

応答で返されるシステム設定グループ。

適用対象