IDTSBreakpointSite100 인터페이스
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Defines the interaction between the Integration Services run-time engine and the task for exposing breakpoints and for creating and managing custom breakpoints.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
<GuidAttribute("A4123393-EA35-4540-93AE-48C64F865EFB")> _
Public Interface IDTSBreakpointSite100 _
Inherits IDTSSuspend100
‘사용 방법
Dim instance As IDTSBreakpointSite100
[GuidAttribute("A4123393-EA35-4540-93AE-48C64F865EFB")]
public interface IDTSBreakpointSite100 : IDTSSuspend100
[GuidAttribute(L"A4123393-EA35-4540-93AE-48C64F865EFB")]
public interface class IDTSBreakpointSite100 : IDTSSuspend100
[<GuidAttribute("A4123393-EA35-4540-93AE-48C64F865EFB")>]
type IDTSBreakpointSite100 =
interface
interface IDTSSuspend100
end
public interface IDTSBreakpointSite100 extends IDTSSuspend100
IDTSBreakpointSite100 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
DebugMode | 인프라입니다. Gets or sets a Boolean that indicates if a task should check if breakpoints are enabled. | |
SuspendRequired | 인프라입니다. Gets or sets a Boolean that indicates if tasks should suspend when they encounter a breakpoint. This value is set by the runtime engine for tasks and containers when a breakpoint is encountered. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
AcceptBreakpointManager | 인프라입니다. Passes a IDTSBreakpointManager100 to a task. The task will use the breakpoint manager to create, remove, and check the status of breakpoints. This method is called by the runtime and is not used in code. | |
ResumeExecution | 인프라입니다. Resumes execution of the task after pausing. The task or container is resumed by the runtime engine. | |
SuspendExecution | 인프라입니다. Indicates that the executable needs to suspend. This method is called by the runtime engine. |
맨 위로 이동
주의
For more information, see IDTSBreakpointSite.