IDTSComponentEvents100 인터페이스
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Defines an interface that provides methods for event firing.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
<GuidAttribute("E2524FE8-A136-4457-A2BD-14A39CEA6EFA")> _
Public Interface IDTSComponentEvents100 _
Inherits IDTSInfoEvents100
‘사용 방법
Dim instance As IDTSComponentEvents100
[GuidAttribute("E2524FE8-A136-4457-A2BD-14A39CEA6EFA")]
public interface IDTSComponentEvents100 : IDTSInfoEvents100
[GuidAttribute(L"E2524FE8-A136-4457-A2BD-14A39CEA6EFA")]
public interface class IDTSComponentEvents100 : IDTSInfoEvents100
[<GuidAttribute("E2524FE8-A136-4457-A2BD-14A39CEA6EFA")>]
type IDTSComponentEvents100 =
interface
interface IDTSInfoEvents100
end
public interface IDTSComponentEvents100 extends IDTSInfoEvents100
IDTSComponentEvents100 유형에서 다음 멤버를 표시합니다.
메서드
이름 | 설명 | |
---|---|---|
![]() |
FireBreakpointHit | 인프라입니다. Raises an event when a breakpoint target is hit in the package. |
![]() |
FireCustomEvent | 인프라입니다. Occurs when tasks raise custom task-defined events. |
![]() |
FireError | 인프라입니다. Raises an event when an error occurs. |
![]() |
FireInformation | 인프라입니다. Raises an event containing information. |
![]() |
FireProgress | 인프라입니다. Raises an event when measurable progress is made by the executable. |
![]() |
FireQueryCancel | 인프라입니다. Raises an event to determine whether an executable should stop running. |
![]() |
FireWarning | 인프라입니다. Raises an event anytime the task is in a state that does not justify an error, but does warrant alerting the client. |
맨 위로 이동
주의
For more information, see IDTSComponentEvents.