次の方法で共有


ServiceClient.AnnotationsUpdate メソッド

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

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
Public Function AnnotationsUpdate ( _
    International As International, _
    Comment As String, _
    Id As Integer _
) As OperationResult
'使用
Dim instance As ServiceClient
Dim International As International
Dim Comment As String
Dim Id As Integer
Dim returnValue As OperationResult

returnValue = instance.AnnotationsUpdate(International, _
    Comment, Id)
public OperationResult AnnotationsUpdate(
    International International,
    string Comment,
    int Id
)
public:
OperationResult^ AnnotationsUpdate(
    International^ International, 
    String^ Comment, 
    int Id
)
member AnnotationsUpdate : 
        International:International * 
        Comment:string * 
        Id:int -> OperationResult
public function AnnotationsUpdate(
    International : International, 
    Comment : String, 
    Id : int
) : OperationResult

パラメーター

  • Comment
    型: System.String
    現在の注釈テキストと置き換えるユーザー定義テキストです。
  • Id
    型: System.Int32
    更新する注釈の一意の整数識別子。

戻り値

型: Microsoft.MasterDataServices.OperationResult
操作の結果を表す OperationResult オブジェクトです。

関連項目

参照

ServiceClient クラス

Microsoft.MasterDataServices 名前空間