Commit méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (dans Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub Commit ( _
grfCommitFlags As UInteger _
)
'Utilisation
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
)
Paramètres
- grfCommitFlags
Type : System. . :: . .UInt32
Voir aussi