PackageNeutralClass.DisableEventHandlers Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets a value that indicates whether the event handlers on the package are disabled.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public Overridable Property DisableEventHandlers As Boolean
Get
Set
'Uso
Dim instance As PackageNeutralClass
Dim value As Boolean
value = instance.DisableEventHandlers
instance.DisableEventHandlers = value
public virtual bool DisableEventHandlers { get; set; }
public:
virtual property bool DisableEventHandlers {
bool get ();
void set (bool value);
}
abstract DisableEventHandlers : bool with get, set
override DisableEventHandlers : bool with get, set
function get DisableEventHandlers () : boolean
function set DisableEventHandlers (value : boolean)
Valor de la propiedad
Tipo: System.Boolean
true if the event handlers on the package are disabled; otherwise, false.
Implementa
IDTSEventsProvider100.DisableEventHandlers
Comentarios
For more information, see Package.