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.