Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
)
Parameters
- grfCommitFlags
Type: System.UInt32
A value that controls how the changes for the stream object are committed.