IService.AttributeChange 方法

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

参数

返回值

类型:Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeResponse
The response to the change operation.

请参阅

参考

IService 接口

Microsoft.MasterDataServices.Services.ServiceContracts 命名空间