Share via


IDTSBreakpointTarget100 Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

For more information, see BreakpointTarget.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("66C318B3-6485-48FB-B1AF-0074CB3EEEDB")> _
Public Interface IDTSBreakpointTarget100
'Usage
Dim instance As IDTSBreakpointTarget100
[GuidAttribute("66C318B3-6485-48FB-B1AF-0074CB3EEEDB")]
public interface IDTSBreakpointTarget100
[GuidAttribute(L"66C318B3-6485-48FB-B1AF-0074CB3EEEDB")]
public interface class IDTSBreakpointTarget100
[<GuidAttribute("66C318B3-6485-48FB-B1AF-0074CB3EEEDB")>]
type IDTSBreakpointTarget100 =  interface end
public interface IDTSBreakpointTarget100

The IDTSBreakpointTarget100 type exposes the following members.

Properties

  Name Description
Public property BreakOnExpressionChange Infrastructure. For more information, see BreakpointTarget.
Public property Description Infrastructure. For more information, see BreakpointTarget.
Public property Enabled Infrastructure. For more information, see BreakpointTarget.
Public property HitCount Infrastructure. For more information, see BreakpointTarget.
Public property HitTarget Infrastructure. For more information, see BreakpointTarget.
Public property HitTest Infrastructure. For more information, see BreakpointTarget.
Public property ID Infrastructure. For more information, see BreakpointTarget.
Public property Owner Infrastructure. For more information, see BreakpointTarget.

Top

Methods

  Name Description
Public method ResetHitCount Infrastructure. For more information, see BreakpointTarget.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace