EventHandlers Propiedad
Returns a collection of event handler objects. This field is read-only.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.SqlServer.Dts.Runtime. . :: . .DtsEventHandlers
A collection of event handlers in a DtsEventHandlers collection.
Vea también