Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Deletes the existing annotation with the specified identifier.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function AnnotationsDelete ( _
International As International, _
Id As Integer _
) As OperationResult
'Usage
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
Parameter
- International
Typ: Microsoft.MasterDataServices.International
The cultural settings.
- Id
Typ: System.Int32
The unique integer identifier of the annotation to delete.
Rückgabewert
Typ: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.