次の方法で共有


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

注釈に対する一意の整数識別子を取得または設定します。

適用対象