Proprietà EventsProvider.EventHandlers
Returns a collection of event handler objects. This field is read-only.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property EventHandlers As DtsEventHandlers
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Dts.Runtime.DtsEventHandlers
A collection of event handlers in a DtsEventHandlers collection.