Share via


ManagedWrapper.CloseLog Method

This API supports the infrastructure and is not intended to be used directly from your code.

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()

Implements

IDTSLogProvider100.CloseLog()