MessageResponse Klasse

Definition

Stellt eine Antwort auf eine MDS-Nachricht dar.

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

Konstruktoren

Name Beschreibung
MessageResponse()

Initialisiert eine neue Instanz der MessageResponse Klasse mit Standardwerten.

MessageResponse(OperationResult)

Initialisiert eine neue Instanz der MessageResponse Klasse, die das spezifizierte Operationsergebnis hat.

Felder

Name Beschreibung
OperationResult

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

Gilt für: