ManagedWrapper.CloseLog-Methode
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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()