Partager via


PipelineComponent.PrepareForExecute Method

Called before PreExecute.

Espace de noms: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)

Syntaxe

'Déclaration
Public Overridable Sub PrepareForExecute
public virtual void PrepareForExecute ()
public:
virtual void PrepareForExecute ()
public void PrepareForExecute ()
public function PrepareForExecute ()

Notes

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.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

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