SystemSettingsGetResponse クラス

定義

SystemSettingGroup 内にシステム設定を提供します。

public ref class SystemSettingsGetResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="SystemSettingsGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SystemSettingsGetResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="SystemSettingsGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemSettingsGetResponse = class
Public Class SystemSettingsGetResponse
継承
SystemSettingsGetResponse
属性

コンストラクター

SystemSettingsGetResponse()

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

SystemSettingsGetResponse(OperationResult, Collection<SystemSettingGroup>)

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

フィールド

OperationResult

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

SystemSettingsGroups

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

適用対象