Condividi tramite


Metodo IStream.Commit

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Sub Commit ( _
    grfCommitFlags As UInteger _
)
'Utilizzo
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
)

Parametri

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

Vedere anche

Riferimento

IStream Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper