Partager via


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

Valeur de retour

Type : Microsoft.MasterDataServices.AttributeChangeResponse
The AttributeChangeResponse for the operation.

Implémente

IService.AttributeChange(AttributeChangeRequest)

Voir aussi

Référence

ServiceClient Classe

Espace de noms Microsoft.MasterDataServices