Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Closes the log.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Sub CloseLog
'Usage
Dim instance As LogProvider
instance.CloseLog()
public void CloseLog()
public:
void CloseLog()
member CloseLog : unit -> unit
public function CloseLog()
Remarks
This method should be called at the end of package execution, after all of the objects in the package have completed execution, or when the package terminates due to errors.
Examples
The following code example shows how to close the log.
CloseLog();
CloseLog()