言語

Annotation クラス

定義

メンバートランザクションのメタデータです。

public ref class Annotation : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="Annotation", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Annotation : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<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()

Annotation クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
AccessPermission

ユーザーが注釈にアクセスできる場合は、どのようなアクセスができるかを指定します。 このプロパティは常に読み取り専用です。

AuditInfo

AuditInfo複素型を指定します。

Comment

コメントテキストを指定します。

Id

注釈の一意整数識別子を指定します。

RevisionId

リビジョン識別子を指定します。

SecurityPermission

注釈のユーザーの承認を指定します。 このプロパティは常に読み取り専用です。

メソッド

名前 説明
SetProperty<T>(T, T, String, Boolean)

その性質を与えられた値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)
SetProperty<T>(T, T, String)

その性質を与えられた値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)

適用対象