共用方式為


EventsProvider 類別

Defines an abstract class that contains a collection of event handler containers and the EventInfos collection. This class routes events to those event handlers when an event is received.

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public MustInherit Class EventsProvider _
    Inherits DtsContainer
'用途
Dim instance As EventsProvider
public abstract class EventsProvider : DtsContainer
public ref class EventsProvider abstract : public DtsContainer
[<AbstractClassAttribute>]
type EventsProvider =  
    class
        inherit DtsContainer
    end
public abstract class EventsProvider extends DtsContainer

備註

This class is inherited by all containers, except the DtsEventHandler container.

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。