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 | |
---|---|---|
BreakOnExpressionChange | Gets or sets a Boolean that indicates whether the code is to continue running or break and stop executing when the expression changes. | |
Description | Returns the description associated with the breakpoint. | |
Enabled | Gets or sets a Boolean indicating if a specific breakpoint is currently enabled. | |
Expression | Gets or sets an expression to be evaluated to determine if the breakpoint should occur. | |
HitCount | Gets or sets an Integer that specifies the number of times a breakpoint occurs before the run-time engine is suspended. | |
HitTarget | Gets or sets the value used in conjunction with HitTest operation. | |
HitTest | Gets or sets a DTSBreakpointHitTest enumeration used as a switch to test if a breakpoint should occur. | |
ID | Gets the unique identifier assigned to the breakpoint. | |
Owner | Returns an IDTSBreakpointSite for the task that owns the breakpoint. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | Determines whether two object instances are equal. (Geerbt von DtsObject.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | Returns the hash code for this instance. (Geerbt von DtsObject.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ResetHitCount | Resets the HitCount value to zero. | |
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.