ServiceClient.AnnotationsUpdate(International, String, Int32) メソッド

定義

既存の注釈を指定された識別子で更新します。

public:
 Microsoft::MasterDataServices::OperationResult ^ AnnotationsUpdate(Microsoft::MasterDataServices::International ^ International, System::String ^ Comment, int Id);
public Microsoft.MasterDataServices.OperationResult AnnotationsUpdate(Microsoft.MasterDataServices.International International, string Comment, int Id);
member this.AnnotationsUpdate : Microsoft.MasterDataServices.International * string * int -> Microsoft.MasterDataServices.OperationResult
Public Function AnnotationsUpdate (International As International, Comment As String, Id As Integer) As OperationResult

パラメーター

International
International

文化的な設定。

Comment
String

現在の注釈テキストを置き換えるために使用されたユーザー定義テキスト。

Id
Int32

更新する注釈の一意整数識別子。

返品

操作の結果を表す OperationResult オブジェクト。

適用対象