TransactionAnnotationsGetResponse Class

Definition

Holds the details of the response to 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
Inheritance
TransactionAnnotationsGetResponse
Attributes

Constructors

TransactionAnnotationsGetResponse()

Initializes a new instance of the TransactionAnnotationsGetResponse class that has default values.

TransactionAnnotationsGetResponse(Collection<Annotation>, OperationResult, Int32)

Initializes a new instance of the TransactionAnnotationsGetResponse class that has the specified list of annotations, operation result, and transaction ID's.

Fields

Annotations

A list of annotations.

OperationResult

The operation result, including a unique ID for tracking and logging.

TransactionId

The transaction IDs.

Applies to