Changes an attribute.
네임스페이스: Microsoft.MasterDataServices.Services.ServiceContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)
구문
‘선언
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function AttributeChange ( _
request As AttributeChangeRequest _
) As AttributeChangeResponse
‘사용 방법
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
매개 변수
- request
유형: Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeRequest
The change request.
반환 값
유형: Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeResponse
The response to the change operation.
참고 항목
참조
Microsoft.MasterDataServices.Services.ServiceContracts 네임스페이스