BreakpointTarget 類別
Contains information on breakpoints that are set in the package. This class cannot be inherited.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public NotInheritable Class BreakpointTarget _
Inherits DtsObject
'用途
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
備註
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 偵錯控制流程 and 新增自訂工作中的偵錯支援.
繼承階層
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
Microsoft.SqlServer.Dts.Runtime..::..BreakpointTarget
執行緒安全性
這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。