Interface IDTSBreakpointManager100
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
For more information, see BreakpointManager.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("C0D64A44-52A1-4E34-81DA-6F1049E9A651")> _
Public Interface IDTSBreakpointManager100
'Utilisation
Dim instance As IDTSBreakpointManager100
[GuidAttribute("C0D64A44-52A1-4E34-81DA-6F1049E9A651")]
public interface IDTSBreakpointManager100
[GuidAttribute(L"C0D64A44-52A1-4E34-81DA-6F1049E9A651")]
public interface class IDTSBreakpointManager100
[<GuidAttribute("C0D64A44-52A1-4E34-81DA-6F1049E9A651")>]
type IDTSBreakpointManager100 = interface end
public interface IDTSBreakpointManager100
Le type IDTSBreakpointManager100 expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
ClearBreakpointTargets | Infrastructure. For more information, see BreakpointManager. | |
CreateBreakpointTarget | Infrastructure. For more information, see BreakpointManager. | |
GetBreakpointTarget | Infrastructure. For more information, see BreakpointManager. | |
IsBreakpointTargetEnabled | Infrastructure. For more information, see BreakpointManager. | |
RemoveBreakpointTarget | Infrastructure. For more information, see BreakpointManager. |
Haut de la page