IService.AttributeChange 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Changes an attribute.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
<OperationContractAttribute(Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AttributeChange",  _
    ReplyAction := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AttributeChangeResponse")> _
<FaultContractAttribute(GetType(EditionExpiredMessage), Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AttributeChangeEditionExpiredMessageFault",  _
    Name := "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(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AttributeChange", 
    ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AttributeChangeResponse")]
[FaultContractAttribute(typeof(EditionExpiredMessage), Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AttributeChangeEditionExpiredMessageFault", 
    Name = "EditionExpiredMessage")]
AttributeChangeResponse AttributeChange(
    AttributeChangeRequest request
)
[OperationContractAttribute(Action = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AttributeChange", 
    ReplyAction = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AttributeChangeResponse")]
[FaultContractAttribute(typeof(EditionExpiredMessage), Action = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AttributeChangeEditionExpiredMessageFault", 
    Name = L"EditionExpiredMessage")]
AttributeChangeResponse^ AttributeChange(
    AttributeChangeRequest^ request
)
[<OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AttributeChange", 
    ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AttributeChangeResponse")>]
[<FaultContractAttribute(typeof(EditionExpiredMessage), Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AttributeChangeEditionExpiredMessageFault", 
    Name = "EditionExpiredMessage")>]
abstract AttributeChange : 
        request:AttributeChangeRequest -> AttributeChangeResponse
function AttributeChange(
    request : AttributeChangeRequest
) : AttributeChangeResponse

参数

返回值

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

请参阅

参考

IService 接口

Microsoft.MasterDataServices 命名空间