Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Changes an attribute.
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
Private Function AttributeChange ( _
request As AttributeChangeRequest _
) As AttributeChangeResponse Implements IService.AttributeChange
'Uso
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Parámetros
- request
Tipo: Microsoft.MasterDataServices.AttributeChangeRequest
The change request.
Valor devuelto
Tipo: Microsoft.MasterDataServices.AttributeChangeResponse
The AttributeChangeResponse for the operation.
Implementa
IService.AttributeChange(AttributeChangeRequest)