Partager via


Méthode IStream.Commit

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Sub Commit ( _
    grfCommitFlags As UInteger _
)
'Utilisation
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
)

Paramètres

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

Voir aussi

Référence

IStream Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper