MessageResponse 类

定义

表示对 MDS 消息的响应。

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
继承
MessageResponse
属性

构造函数

MessageResponse()

初始化具有默认值的 MessageResponse 类的新实例。

MessageResponse(OperationResult)

初始化具有指定操作结果的 MessageResponse 类的新实例。

字段

OperationResult

操作结果,包括用于跟踪和日志记录的唯一 ID。

适用于