SystemPropertiesGetResponse 類別

定義

在陣列中取得系統屬性值。

public ref class SystemPropertiesGetResponse
[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="SystemPropertiesGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SystemPropertiesGetResponse
[<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="SystemPropertiesGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemPropertiesGetResponse = class
Public Class SystemPropertiesGetResponse
繼承
SystemPropertiesGetResponse
屬性

建構函式

名稱 Description
SystemPropertiesGetResponse()

初始化一個有預設值的新 SystemPropertiesGetResponse 類別實例。

SystemPropertiesGetResponse(OperationResult, Collection<SystemPropertyValue>)

初始化一個擁有指定操作結果及系統屬性清單的 SystemPropertiesGetResponse 類別新實例。

欄位

名稱 Description
OperationResult

操作結果包括一個用於追蹤與記錄的獨特 ID。

SystemProperties

系統屬性要在回應中回傳。

適用於