AnnotationsUpdateRequest 类

定义

表示对更新批注的注释文本的请求。

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

注解

只有创建批注的用户或模型管理员才能更新批注。 批注按 ID 找到。 批注的文本将替换为提供的 Comment 属性。

构造函数

AnnotationsUpdateRequest()

使用默认值初始化 AnnotationsUpdateRequest 类的新实例。

AnnotationsUpdateRequest(International, String, Int32)

使用指定的区域性、注释和批注 ID 初始化 AnnotationsUpdateRequest 类的新实例。

字段

Comment

指定要用来替换当前批注文本的文本。

Id

指定批注 ID。

International

指定区域性设置。

适用于