言語

AnnotationsUpdateRequest コンストラクター

定義

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

オーバーロード

名前 説明
AnnotationsUpdateRequest()

既定値を使用して、 AnnotationsUpdateRequest クラスの新しいインスタンスを初期化します。

AnnotationsUpdateRequest(International, String, Int32)

指定された文化、コメント、注釈IDで AnnotationsUpdateRequest クラスの新しいインスタンスを初期化します。

AnnotationsUpdateRequest()

既定値を使用して、 AnnotationsUpdateRequest クラスの新しいインスタンスを初期化します。

public:
 AnnotationsUpdateRequest();
public AnnotationsUpdateRequest();
Public Sub New ()

適用対象

AnnotationsUpdateRequest(International, String, Int32)

指定された文化、コメント、注釈IDで AnnotationsUpdateRequest クラスの新しいインスタンスを初期化します。

public:
 AnnotationsUpdateRequest(Microsoft::MasterDataServices::International ^ International, System::String ^ Comment, int Id);
public AnnotationsUpdateRequest(Microsoft.MasterDataServices.International International, string Comment, int Id);
new Microsoft.MasterDataServices.AnnotationsUpdateRequest : Microsoft.MasterDataServices.International * string * int -> Microsoft.MasterDataServices.AnnotationsUpdateRequest
Public Sub New (International As International, Comment As String, Id As Integer)

パラメーター

International
International

文化的な環境です。

Comment
String

現在の注釈テキストを置き換えるテキストを表す文字列。

Id
Int32

注釈IDを表す整数。

適用対象