IDTSEventInfo100.AllowEventHandlers Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa 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