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 对象。

适用于