AnnotationsUpdateRequest Class

Definition

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

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

Remarks

Only the user who created the annotation or a model administrator can update an annotation. The annotations are found by ID. The annotation’s text is replaced with the supplied Comment property.

Constructors

AnnotationsUpdateRequest()

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

AnnotationsUpdateRequest(International, String, Int32)

Initializes a new instance of the AnnotationsUpdateRequest class with the specified culture, comment, and annotation ID.

Fields

Comment

Specifies the text with which to replace the current annotation text.

Id

Specifies the annotation ID.

International

Specifies the cultural setting.

Applies to