Delen via


IStream.Commit Method

This API supports the infrastructure and is not intended to be used directly from your code.

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
)

Parameters