SystemSettingsGetResponse コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>
システム設定グループは応答で戻ってきます。