TransactionAnnotationsGetResponse 类

定义

保存对 TransactionAnnotationsGetRequest的响应的详细信息。

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

构造函数

TransactionAnnotationsGetResponse()

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

TransactionAnnotationsGetResponse(Collection<Annotation>, OperationResult, Int32)

初始化具有指定的批注列表、操作结果和事务 ID 的 TransactionAnnotationsGetResponse 类的新实例。

字段

Annotations

批注的列表。

OperationResult

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

TransactionId

事务 ID。

适用于