Undo-DtcDiagnosticTransaction

Undo-DtcDiagnosticTransaction

Invokes the Abort process on the specified transaction.

구문

Parameter Set: Default
Undo-DtcDiagnosticTransaction [-Transaction] <DtcDiagnosticTransaction> [ <CommonParameters>]

자세한 설명

The Undo-DtcDiagnosticTransaction cmdlet invokes the Abort process on the specified transaction.

매개 변수

-Transaction<DtcDiagnosticTransaction>

Specifies the DtcDiagnosticTransaction object on which to invoke the Abort process. You can use the pipeline operator to pass this parameter value to the cmdlet.

별칭

none

필수 여부

true

위치

1

기본값

none

파이프라인 입력 허용 여부

True (ByValue)

와일드카드 문자 허용 여부

false

<CommonParameters>

이 cmdlet은 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, -OutVariable 등의 일반 매개 변수를 지원합니다. 자세한 내용은 TechNet의 about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216)

입력

입력 형식은 cmdlet으로 파이프할 수 있는 개체의 형식입니다.

출력

출력 형식은 cmdlet 실행 시 출력되는 개체의 형식입니다.

Example 1: Undo a DTC diagnostic transaction

This command creates a new diagnostic transaction and assigns it to a variable.

The second command undoes the transaction.

PS C:\> $Tx = New-DtcDiagnosticTransaction
PS C:\> Undo-DtcDiagnosticTransaction –Transaction $Tx 

관련 항목

Complete-DtcDiagnosticTransaction

New-DtcDiagnosticTransaction

Receive-DtcDiagnosticTransaction

Send-DtcDiagnosticTransaction