次の方法で共有


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 オブジェクトです。

適用対象