Metodo ServiceClient.IService.AttributeChange
Changes an attribute.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
Private Function AttributeChange ( _
request As AttributeChangeRequest _
) As AttributeChangeResponse Implements IService.AttributeChange
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Parametri
- request
Tipo: Microsoft.MasterDataServices.AttributeChangeRequest
The change request.
Valore restituito
Tipo: Microsoft.MasterDataServices.AttributeChangeResponse
The AttributeChangeResponse for the operation.
Implementa
IService.AttributeChange(AttributeChangeRequest)