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

応答で返されるシステム プロパティ。

適用対象