Partilhar via


Propriedade EventHandlers

Returns a collection of event handler objects. This field is read-only.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public ReadOnly Property EventHandlers As DtsEventHandlers
    Get
'Uso
Dim instance As EventsProvider
Dim value As DtsEventHandlers

value = instance.EventHandlers
public DtsEventHandlers EventHandlers { get; }
public:
property DtsEventHandlers^ EventHandlers {
    DtsEventHandlers^ get ();
}
member EventHandlers : DtsEventHandlers
function get EventHandlers () : DtsEventHandlers

Valor da propriedade

Tipo: Microsoft.SqlServer.Dts.Runtime. . :: . .DtsEventHandlers
A collection of event handlers in a DtsEventHandlers collection.