Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.