AnnotationsDeleteRequest 类

定义

表示删除现有批注的请求。

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

注解

只有创建批注的用户或模型管理员可以删除批注。 批注按 ID 找到。

构造函数

AnnotationsDeleteRequest()

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

AnnotationsDeleteRequest(International, Int32)

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

字段

Id

指定批注 ID。

International

指定区域性设置。

适用于