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

文化的背景を指定します。

適用対象