Freigeben über


BreakpointTarget-Klasse

Contains information on breakpoints that are set in the package. This class cannot be inherited.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime..::..BreakpointTarget

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

Syntax

'Declaration
Public NotInheritable Class BreakpointTarget _
    Inherits DtsObject
'Usage
Dim instance As BreakpointTarget
public sealed class BreakpointTarget : DtsObject
public ref class BreakpointTarget sealed : public DtsObject
[<SealedAttribute>]
type BreakpointTarget =  
    class
        inherit DtsObject
    end
public final class BreakpointTarget extends DtsObject

Der BreakpointTarget-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft BreakOnExpressionChange Gets or sets a Boolean that indicates whether the code is to continue running or break and stop executing when the expression changes.
Öffentliche Eigenschaft Description Returns the description associated with the breakpoint.
Öffentliche Eigenschaft Enabled Gets or sets a Boolean indicating if a specific breakpoint is currently enabled.
Öffentliche Eigenschaft Expression Gets or sets an expression to be evaluated to determine if the breakpoint should occur.
Öffentliche Eigenschaft HitCount Gets or sets an Integer that specifies the number of times a breakpoint occurs before the run-time engine is suspended.
Öffentliche Eigenschaft HitTarget Gets or sets the value used in conjunction with HitTest operation.
Öffentliche Eigenschaft HitTest Gets or sets a DTSBreakpointHitTest enumeration used as a switch to test if a breakpoint should occur.
Öffentliche Eigenschaft ID Gets the unique identifier assigned to the breakpoint.
Öffentliche Eigenschaft Owner Returns an IDTSBreakpointSite for the task that owns the breakpoint.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals Determines whether two object instances are equal. (Geerbt von DtsObject.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Returns the hash code for this instance. (Geerbt von DtsObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ResetHitCount Resets the HitCount value to zero.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

When running a package in Business Intelligence Development Studio, SSIS Designer supports breakpoints on containers and tasks. Business Intelligence Development Studio also provides debug windows to view the data during a breakpoint. Additionally, SSIS Designer provides progress reporting for debugging package control flow. For more information on using these features with breakpoints, see Debuggen der Ablaufsteuerung and Bereitstellen von Unterstützung für das Debuggen in einem benutzerdefinierten Task.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.