Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Ensures that any changes made to a stream object that is open in transacted mode are reflected in the parent storage.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Sub Commit ( _
grfCommitFlags As UInteger _
)
'Uso
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
)
Parámetros
- grfCommitFlags
Tipo: System.UInt32
A value that controls how the changes for the stream object are committed.