IDTSBreakpointSite100 接口
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
For more information, see IDTSBreakpointSite.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("396DF2B0-BAAC-4665-A0D8-E4E7902FC92D")> _
Public Interface IDTSBreakpointSite100 _
Inherits IDTSSuspend100
用法
Dim instance As IDTSBreakpointSite100
[GuidAttribute("396DF2B0-BAAC-4665-A0D8-E4E7902FC92D")]
public interface IDTSBreakpointSite100 : IDTSSuspend100
[GuidAttribute(L"396DF2B0-BAAC-4665-A0D8-E4E7902FC92D")]
public interface class IDTSBreakpointSite100 : IDTSSuspend100
[<GuidAttribute("396DF2B0-BAAC-4665-A0D8-E4E7902FC92D")>]
type IDTSBreakpointSite100 =
interface
interface IDTSSuspend100
end
public interface IDTSBreakpointSite100 extends IDTSSuspend100
IDTSBreakpointSite100 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
DebugMode | 基础结构。For more information, see IDTSBreakpointSite. | |
SuspendRequired | 基础结构。For more information, see IDTSBreakpointSite. | |
SuspendRequired | 基础结构。For more information, see IDTSSuspend. (从 IDTSSuspend100 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
AcceptBreakpointManager | 基础结构。For more information, see IDTSBreakpointSite. | |
ResumeExecution() () () () | 基础结构。For more information, see IDTSBreakpointSite. | |
ResumeExecution() () () () | 基础结构。For more information, see IDTSSuspend. (从 IDTSSuspend100 继承。) | |
SuspendExecution() () () () | 基础结构。For more information, see IDTSBreakpointSite. | |
SuspendExecution() () () () | 基础结构。For more information, see IDTSSuspend. (从 IDTSSuspend100 继承。) |
页首