共用方式為


ServiceClient.AnnotationsDelete 方法

Deletes the existing annotation with the specified identifier.

命名空間:  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
    The unique integer identifier of the annotation to delete.

傳回值

型別:Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.

請參閱

參考

ServiceClient 類別

Microsoft.MasterDataServices 命名空間