IService.AttributeChange メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

属性を変更します。

名前空間:  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
変更操作に対する応答。

関連項目

参照

IService インターフェイス

Microsoft.MasterDataServices 名前空間