Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Changes an attribute.
Spazio dei nomi Microsoft.MasterDataServices.Services.ServiceContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Sintassi
'Dichiarazione
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function AttributeChange ( _
request As AttributeChangeRequest _
) As AttributeChangeResponse
'Utilizzo
Dim instance As IService
Dim request As AttributeChangeRequest
Dim returnValue As AttributeChangeResponse
returnValue = instance.AttributeChange(request)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
AttributeChangeResponse AttributeChange(
AttributeChangeRequest request
)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
AttributeChangeResponse^ AttributeChange(
AttributeChangeRequest^ request
)
[<OperationContractAttribute>]
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
abstract AttributeChange :
request:AttributeChangeRequest -> AttributeChangeResponse
function AttributeChange(
request : AttributeChangeRequest
) : AttributeChangeResponse
Parametri
- request
Tipo: Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeRequest
The change request.
Valore restituito
Tipo: Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeResponse
The response to the change operation.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.MasterDataServices.Services.ServiceContracts