Compartilhar via


Método IStream.Revert

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Discards all changes that have been made to a transacted stream since the last Commit(UInt32) call.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Sub Revert
'Uso
Dim instance As IStream

instance.Revert()
void Revert()
void Revert()
abstract Revert : unit -> unit
function Revert()

Consulte também

Referência

IStream Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper