次の方法で共有


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

適用対象