AnnotationsUpdateResponse Class

Definition

Represents a response to a request to update the comment text of an annotation.

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

Constructors

AnnotationsUpdateResponse()

Initializes a new instance of the AnnotationsUpdateResponse class with default values.

AnnotationsUpdateResponse(OperationResult)

Initializes a new instance of the AnnotationsUpdateResponse class with the specified operation result.

Fields

OperationResult

Specifies the operation result.

Applies to