次の方法で共有


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 を表す整数。

適用対象