Compartir a través de


AllowEventHandlers Propiedad

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

For more information, see EventInfo.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
ReadOnly Property AllowEventHandlers As Boolean
    Get
'Uso
Dim instance As IDTSEventInfo100
Dim value As Boolean

value = instance.AllowEventHandlers
bool AllowEventHandlers { get; }
property bool AllowEventHandlers {
    bool get ();
}
abstract AllowEventHandlers : bool
function get AllowEventHandlers () : boolean

Valor de la propiedad

Tipo: System. . :: . .Boolean