다음을 통해 공유


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.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스