Annotation 类

定义

指定事务或成员的批注(注释)。

public ref class Annotation : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="Annotation", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Annotation : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="Annotation", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Annotation = class
    inherit DataContractBase
Public Class Annotation
Inherits DataContractBase
继承
属性

构造函数

Annotation()

初始化 Annotation 类的新实例。

属性

AuditInfo

获取或设置复杂 AuditInfo 类型。

Comment

获取或设置注释文本。

ExtensionData

获取或设置包含额外数据的结构。

(继承自 DataContractBase)
Id

获取或设置批注的唯一整数标识符。

适用于