MessageResponse Klasse

Definition

Stellt eine Antwort auf eine MDS-Meldung 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

MessageResponse()

Initialisiert eine neue Instanz der MessageResponse-Klasse, die Standardwerte aufweist.

MessageResponse(OperationResult)

Initialisiert eine neue Instanz der MessageResponse-Klasse, die das angegebene Vorgangsergebnis aufweist.

Felder

OperationResult

Das Vorgangsergebnis, einschließlich einer eindeutigen ID zur Nachverfolgung und Protokollierung.

Gilt für: