Compartilhar via


Método IStream.Commit

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

Ensures that any changes made to a stream object that is open in transacted mode are reflected in the parent storage.

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

Sintaxe

'Declaração
Sub Commit ( _
    grfCommitFlags As UInteger _
)
'Uso
Dim instance As IStream 
Dim grfCommitFlags As UInteger

instance.Commit(grfCommitFlags)
void Commit(
    uint grfCommitFlags
)
void Commit(
    [InAttribute] unsigned int grfCommitFlags
)
abstract Commit : 
        grfCommitFlags:uint32 -> unit
function Commit(
    grfCommitFlags : uint
)

Parâmetros

  • grfCommitFlags
    Tipo: System.UInt32
    A value that controls how the changes for the stream object are committed.

Consulte também

Referência

IStream Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper