IDTSEvents100 인터페이스
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Defines methods for the events.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
<GuidAttribute("C60F12D0-2574-408D-9452-0772C4626ADE")> _
Public Interface IDTSEvents100
‘사용 방법
Dim instance As IDTSEvents100
[GuidAttribute("C60F12D0-2574-408D-9452-0772C4626ADE")]
public interface IDTSEvents100
[GuidAttribute(L"C60F12D0-2574-408D-9452-0772C4626ADE")]
public interface class IDTSEvents100
[<GuidAttribute("C60F12D0-2574-408D-9452-0772C4626ADE")>]
type IDTSEvents100 = interface end
public interface IDTSEvents100
IDTSEvents100 유형에서 다음 멤버를 표시합니다.
메서드
이름 | 설명 | |
---|---|---|
OnBreakpointHit | 인프라입니다. Called when a breakpoint is hit within a task. | |
OnCustomEvent | 인프라입니다. Called by tasks to raise custom task-defined events. | |
OnError | 인프라입니다. Called by a task or container when an error occurs. | |
OnExecutionStatusChanged | 인프라입니다. Called by a task or container when its execution status changes. | |
OnInformation | 인프라입니다. Called any time the task is required to provide information. | |
OnPostExecute | 인프라입니다. Called immediately after the execution logic of the task completes. This event is raised by a task or container immediately after it runs. | |
OnPostValidate | 인프라입니다. Called immediately after the validation logic of the task completes. This event is raised by a task after the task is validated. | |
OnPreExecute | 인프라입니다. Called when a task is about to execute. This event is raised by a task or a container immediately before it runs. | |
OnPreValidate | 인프라입니다. Called when the actual validation logic of the task starts. This event is raised when the validation of the task host or container begins. | |
OnProgress | 인프라입니다. Called to update progress about task execution. | |
OnQueryCancel | 인프라입니다. Indicates a method called at any juncture in task processing where it is feasible to cancel execution. This event is raised by tasks and containers to determine whether they should stop running. | |
OnTaskFailed | 인프라입니다. Called by the task host when it fails. | |
OnVariableValueChanged | 인프라입니다. Called by the run-time engine. It is not called by tasks. | |
OnWarning | 인프라입니다. Called any time the task is in a state that does not justify an error, but does warrant alerting the client. |
맨 위로 이동