ServiceClient.AnnotationsDelete(International, Int32) メソッド

定義

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

public:
 Microsoft::MasterDataServices::OperationResult ^ AnnotationsDelete(Microsoft::MasterDataServices::International ^ International, int Id);
public Microsoft.MasterDataServices.OperationResult AnnotationsDelete(Microsoft.MasterDataServices.International International, int Id);
member this.AnnotationsDelete : Microsoft.MasterDataServices.International * int -> Microsoft.MasterDataServices.OperationResult
Public Function AnnotationsDelete (International As International, Id As Integer) As OperationResult

パラメーター

International
International

文化的な設定。

Id
Int32

削除する注釈の一意整数識別子。

返品

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

適用対象