PipelineComponent.RegisterLogEntries Method ()

 

Applies To: SQL Server 2016 Preview

Registers the events that the component will log.

Namespace:   Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Syntax

public virtual void RegisterLogEntries()
public:
virtual void RegisterLogEntries()
abstract RegisterLogEntries : unit -> unit
override RegisterLogEntries : unit -> unit
Public Overridable Sub RegisterLogEntries

Remarks

For more information and an example, see Logging and Defining Log Entries in a Data Flow Component.

See Also

PipelineComponent Class
Microsoft.SqlServer.Dts.Pipeline Namespace

Return to top