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
属性

コンストラクター

名前 説明
SystemPropertiesGetResponse()

デフォルト値を持つ SystemPropertiesGetResponse クラスの新しいインスタンスを初期化します。

SystemPropertiesGetResponse(OperationResult, Collection<SystemPropertyValue>)

指定された操作結果とシステムプロパティのリストを持つ SystemPropertiesGetResponse クラスの新しいインスタンスを初期化します。

フィールド

名前 説明
OperationResult

この操作結果には、追跡と記録のための一意IDが含まれます。

SystemProperties

応答で返すシステムプロパティ。

適用対象