Compartilhar via


Método LogProviderEventLogClass.OpenLog

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Opens the log.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Public Overridable Sub OpenLog
'Uso
Dim instance As LogProviderEventLogClass

instance.OpenLog()
public virtual void OpenLog()
public:
virtual void OpenLog()
abstract OpenLog : unit -> unit  
override OpenLog : unit -> unit
public function OpenLog()

Implementa

IDTSLogProvider100.OpenLog()

Comentários

For more information, see LogProvider.

Consulte também

Referência

LogProviderEventLogClass Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper