DefaultEvents 클래스
Defines the default events that are provided by the Integration Services run-time.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS.dll의 Microsoft.SqlServer.ManagedDTS
구문
‘선언
Public Class DefaultEvents _
Implements IDTSEvents
‘사용 방법
Dim instance As DefaultEvents
public class DefaultEvents : IDTSEvents
public ref class DefaultEvents : IDTSEvents
type DefaultEvents =
class
interface IDTSEvents
end
public class DefaultEvents implements IDTSEvents
주의
Because firing of an event and generating the information sent with an event is potentially expensive, there is a mechanism for suppressing events when a client is not interested in that particular event. Every event firing method has a fireAgain parameter. If the value of this variable is false after the method returns, the caller should not fire this event again for the duration of the current execution.
For more information about the events provided by the Integration Services run-time, see Integration Services 이벤트 처리기.
상속 계층 구조
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime..::..DefaultEvents
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.