SystemSettingsGetResponse 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供系統設定。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
- 屬性
建構函式
| 名稱 | Description |
|---|---|
| SystemSettingsGetResponse() |
初始化一個有預設值的新 SystemSettingsGetResponse 類別實例。 |
| SystemSettingsGetResponse(OperationResult, Collection<SystemSettingGroup>) |
初始化一個擁有指定操作結果及系統設定群組清單的 SystemSettingsGetResponse 類別新實例。 |
欄位
| 名稱 | Description |
|---|---|
| OperationResult |
操作結果包括一個用於追蹤與記錄的獨特 ID。 |
| SystemSettingsGroups |
系統設定群組回傳回應。 |