다음을 통해 공유


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 네임스페이스