Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.