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
参数
- International
类型:Microsoft.MasterDataServices.International
The cultural settings.
- 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.