ManagedWrapper.CloseLog Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Closes the log for the wrapper.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Sub CloseLog
'Usage
Dim instance As ManagedWrapper
instance.CloseLog()
public void CloseLog()
public:
virtual void CloseLog() sealed
abstract CloseLog : unit -> unit
override CloseLog : unit -> unit
public final function CloseLog()