次の方法で共有


ServiceClient.AnnotationsDelete メソッド

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

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

構文

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

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

パラメーター

  • Id
    型: System.Int32
    削除する注釈の一意の整数識別子。

戻り値

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

関連項目

参照

ServiceClient クラス

Microsoft.MasterDataServices 名前空間