Freigeben über


IStream.Commit-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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 (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

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

Parameter

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

Siehe auch

Verweis

IStream Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace