SequenceClass.AcceptBreakpointManager(IDTSBreakpointManager100) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cette méthode est appelée par le moteur d'exécution lors de la création d'une tâche ou d'un conteneur.
public:
virtual void AcceptBreakpointManager(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSBreakpointManager100 ^ pBreakpointManager) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSBreakpointSite100::AcceptBreakpointManager;
public virtual void AcceptBreakpointManager (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSBreakpointManager100 pBreakpointManager);
abstract member AcceptBreakpointManager : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSBreakpointManager100 -> unit
override this.AcceptBreakpointManager : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSBreakpointManager100 -> unit
Public Overridable Sub AcceptBreakpointManager (pBreakpointManager As IDTSBreakpointManager100)
Paramètres
- pBreakpointManager
- IDTSBreakpointManager100
Utilisé pour gérer les points d'arrêt sur cette tâche ou ce conteneur.