Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Registers the events that the component will log.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Overridable Sub RegisterLogEntries
'Usage
Dim instance As PipelineComponent
instance.RegisterLogEntries()
public virtual void RegisterLogEntries()
public:
virtual void RegisterLogEntries()
abstract RegisterLogEntries : unit -> unit
override RegisterLogEntries : unit -> unit
public function RegisterLogEntries()
Remarks
For more information and an example, see Logging and Defining Log Entries in a Data Flow Component.