IDTSBreakpointSite100 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义了集成服务运行时引擎与任务之间的交互,用于暴露断点以及创建和管理自定义断点。
public interface class IDTSBreakpointSite100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSSuspend100
[System.Runtime.InteropServices.Guid("C1BE2F15-F380-4188-8641-7CE896644DA7")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSBreakpointSite100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSSuspend100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("EE1E4858-EAFE-441B-B6CA-662A7F3C961E")]
public interface IDTSBreakpointSite100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSSuspend100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("A01D7158-D783-48DC-AAD8-6D0CFCC966CC")]
public interface IDTSBreakpointSite100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSSuspend100
[<System.Runtime.InteropServices.Guid("C1BE2F15-F380-4188-8641-7CE896644DA7")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSBreakpointSite100 = interface
interface IDTSSuspend100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("EE1E4858-EAFE-441B-B6CA-662A7F3C961E")>]
type IDTSBreakpointSite100 = interface
interface IDTSSuspend100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("A01D7158-D783-48DC-AAD8-6D0CFCC966CC")>]
type IDTSBreakpointSite100 = interface
interface IDTSSuspend100
Public Interface IDTSBreakpointSite100
Implements IDTSSuspend100
- 派生
- 属性
- 实现
注解
有关详细信息,请参阅 IDTSBreakpointSite。
属性
| 名称 | 说明 |
|---|---|
| DebugMode |
获取或设置一个布尔值,指示任务是否应检查断点是否启用。 |
| SuspendRequired |
获得或设置一个布尔值,指示任务在遇到断点时是否应暂停。 当遇到断点时,运行时引擎为任务和容器设置该值。 |
方法
| 名称 | 说明 |
|---|---|
| AcceptBreakpointManager(IDTSBreakpointManager100) |
把a IDTSBreakpointManager100 传给任务。 任务将使用断点管理器创建、移除并检查断点状态。 该方法由运行时调用,不用于代码中。 |
| ResumeExecution() |
暂停后继续执行任务。 任务或容器由运行时引擎恢复。 |
| SuspendExecution() |
表示可执行文件需要暂停。 该方法由运行时引擎调用。 |