Méthode ServiceClient.IService.AttributeChange
Changes an attribute.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Private Function AttributeChange ( _
request As AttributeChangeRequest _
) As AttributeChangeResponse Implements IService.AttributeChange
'Utilisation
Dim instance As ServiceClient
Dim request As AttributeChangeRequest
Dim returnValue As AttributeChangeResponse
returnValue = CType(instance, IService).AttributeChange(request)
AttributeChangeResponseIService.AttributeChange(
AttributeChangeRequest request
)
private:
virtual AttributeChangeResponse^ AttributeChange(
AttributeChangeRequest^ request
) sealed = IService::AttributeChange
private abstract AttributeChange :
request:AttributeChangeRequest -> AttributeChangeResponse
private override AttributeChange :
request:AttributeChangeRequest -> AttributeChangeResponse
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.
Paramètres
- request
Type : Microsoft.MasterDataServices.AttributeChangeRequest
The change request.
Valeur de retour
Type : Microsoft.MasterDataServices.AttributeChangeResponse
The AttributeChangeResponse for the operation.
Implémente
IService.AttributeChange(AttributeChangeRequest)