SystemPropertiesGetResponse Klasse

Definition

Ruft Systemeigenschaften in einem Array ab.

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
Vererbung
SystemPropertiesGetResponse
Attribute

Konstruktoren

Name Beschreibung
SystemPropertiesGetResponse()

Initialisiert eine neue Instanz der SystemPropertiesGetResponse Klasse mit Standardwerten.

SystemPropertiesGetResponse(OperationResult, Collection<SystemPropertyValue>)

Initialisiert eine neue Instanz der SystemPropertiesGetResponse Klasse, die das angegebene Operationsergebnis und die Liste der Systemeigenschaften enthält.

Felder

Name Beschreibung
OperationResult

Das Operationsergebnis beinhaltet eine eindeutige ID für Tracking und Protokollierung.

SystemProperties

Die Systemeigenschaften werden in der Antwort zurückgegeben.

Gilt für: