ServiceClient.AnnotationsUpdate(International, String, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した識別子の既存の注釈を更新します。
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 オブジェクトです。