Commit-Methode
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
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
Siehe auch