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.
Updates the existing annotation with the specified identifier.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function AnnotationsUpdate ( _
International As International, _
Comment As String, _
Id As Integer _
) As OperationResult
'Usage
Dim instance As ServiceClient
Dim International As International
Dim Comment As String
Dim Id As Integer
Dim returnValue As OperationResult
returnValue = instance.AnnotationsUpdate(International, _
Comment, Id)
public OperationResult AnnotationsUpdate(
International International,
string Comment,
int Id
)
public:
OperationResult^ AnnotationsUpdate(
International^ International,
String^ Comment,
int Id
)
member AnnotationsUpdate :
International:International *
Comment:string *
Id:int -> OperationResult
public function AnnotationsUpdate(
International : International,
Comment : String,
Id : int
) : OperationResult
Parameter
- International
Typ: Microsoft.MasterDataServices.International
The cultural settings.
- Comment
Typ: System.String
The user defined text used to replace the current annotation text.
- Id
Typ: System.Int32
The unique integer identifier of the annotation to update.
Rückgabewert
Typ: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.