ServiceClient.AnnotationsUpdate 方法
Updates the existing annotation with the specified identifier.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
Public Function AnnotationsUpdate ( _
International As International, _
Comment As String, _
Id As Integer _
) As OperationResult
'用途
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
參數
- International
型別:Microsoft.MasterDataServices.International
The cultural settings.
- Comment
型別:System.String
The user defined text used to replace the current annotation text.
- Id
型別:System.Int32
The unique integer identifier of the annotation to update.
傳回值
型別:Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.