IStream.Commit Method
This API supports the .NET Framework 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
- grfCommitFlags
Type: System.UInt32
See Also