DefaultEvents Class
Defines the default events that are provided by the Integration Services run-time.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
語法
'宣告
Public Class DefaultEvents
Implements IDTSEvents
public class DefaultEvents : IDTSEvents
public ref class DefaultEvents : IDTSEvents
public class DefaultEvents implements IDTSEvents
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 事件處理常式.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.DefaultEvents
執行緒安全性
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
請參閱
參考
DefaultEvents Members
Microsoft.SqlServer.Dts.Runtime Namespace