다음을 통해 공유


IService.TransactionsReverse 메서드

Reverses one or more existing transactions.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
<FaultContractAttribute(GetType(EditionExpiredMessage), Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsReverseEditionExpiredMessageFault",  _
    Name := "EditionExpiredMessage")> _
<OperationContractAttribute(Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsReverse",  _
    ReplyAction := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsReverseResponse")> _
Function TransactionsReverse ( _
    request As TransactionsReverseRequest _
) As TransactionsReverseResponse
‘사용 방법
Dim instance As IService
Dim request As TransactionsReverseRequest
Dim returnValue As TransactionsReverseResponse

returnValue = instance.TransactionsReverse(request)
[FaultContractAttribute(typeof(EditionExpiredMessage), Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsReverseEditionExpiredMessageFault", 
    Name = "EditionExpiredMessage")]
[OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsReverse", 
    ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsReverseResponse")]
TransactionsReverseResponse TransactionsReverse(
    TransactionsReverseRequest request
)
[FaultContractAttribute(typeof(EditionExpiredMessage), Action = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsReverseEditionExpiredMessageFault", 
    Name = L"EditionExpiredMessage")]
[OperationContractAttribute(Action = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsReverse", 
    ReplyAction = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsReverseResponse")]
TransactionsReverseResponse^ TransactionsReverse(
    TransactionsReverseRequest^ request
)
[<FaultContractAttribute(typeof(EditionExpiredMessage), Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsReverseEditionExpiredMessageFault", 
    Name = "EditionExpiredMessage")>]
[<OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsReverse", 
    ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsReverseResponse")>]
abstract TransactionsReverse : 
        request:TransactionsReverseRequest -> TransactionsReverseResponse
function TransactionsReverse(
    request : TransactionsReverseRequest
) : TransactionsReverseResponse

매개 변수

반환 값

유형: Microsoft.MasterDataServices.TransactionsReverseResponse
A new instance of type TransactionsReverseResponse.

참고 항목

참조

IService 인터페이스

Microsoft.MasterDataServices 네임스페이스