Freigeben über


PipelineComponent.PrepareForExecute Method

Called before PreExecute.

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

Syntax

'Declaration
Public Overridable Sub PrepareForExecute
public virtual void PrepareForExecute ()
public:
virtual void PrepareForExecute ()
public void PrepareForExecute ()
public function PrepareForExecute ()

Hinweise

A run-time method that is called before PreExecute. Component developers may do some initialization in this method; however the BufferManager is not available until PreExecute.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

PipelineComponent Class
PipelineComponent Members
Microsoft.SqlServer.Dts.Pipeline Namespace