Partager via


ScriptTask.BreakpointManager Property

Returns the BreakpointManager used for controlling breakpoints on this task.

Espace de noms: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (in microsoft.sqlserver.scripttask.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property BreakpointManager As BreakpointManager
[BrowsableAttribute(false)] 
public BreakpointManager BreakpointManager { get; }
[BrowsableAttribute(false)] 
public:
property BreakpointManager^ BreakpointManager {
    BreakpointManager^ get ();
}
/** @property */
public BreakpointManager get_BreakpointManager ()
public function get BreakpointManager () : BreakpointManager

Valeur de propriété

The BreakpointManager used to control breakpoints on this task.

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

ScriptTask Class
ScriptTask Members
Microsoft.SqlServer.Dts.Tasks.ScriptTask Namespace