Метод RegisterLogEntries
Registers the events that the component will log.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline
Сборка: Microsoft.SqlServer.PipelineHost (в Microsoft.SqlServer.PipelineHost.dll)
Синтаксис
'Декларация
Public Overridable Sub RegisterLogEntries
'Применение
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()
Замечания
For more information and an example, see Ведение журнала и определение элементов журнала в компоненте потока данных.