Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Changes an attribute.
Espace de noms : Microsoft.MasterDataServices.Services
Assembly : Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Syntaxe
'Déclaration
Public Function AttributeChange ( _
request As AttributeChangeRequest _
) As AttributeChangeResponse
'Utilisation
Dim instance As Service
Dim request As AttributeChangeRequest
Dim returnValue As AttributeChangeResponse
returnValue = instance.AttributeChange(request)
public AttributeChangeResponse AttributeChange(
AttributeChangeRequest request
)
public:
virtual AttributeChangeResponse^ AttributeChange(
AttributeChangeRequest^ request
) sealed
abstract AttributeChange :
request:AttributeChangeRequest -> AttributeChangeResponse
override AttributeChange :
request:AttributeChangeRequest -> AttributeChangeResponse
public final function AttributeChange(
request : AttributeChangeRequest
) : AttributeChangeResponse
Paramètres
- request
Type : Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeRequest
The change request.
Valeur de retour
Type : Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeResponse
The response to the change operation.
Implémente
IService.AttributeChange(AttributeChangeRequest)