Compartilhar via


Propriedade do RDL ForEachLoopClass.DisableEventHandlers

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets a Boolean that indicates whether event handlers on task are disabled.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Public Overridable Property DisableEventHandlers As Boolean 
    Get 
    Set
'Uso
Dim instance As ForEachLoopClass 
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 da propriedade

Tipo: System.Boolean
true if event handlers on task are disabled; otherwise, false.

Implementa

IDTSEventsProvider100.DisableEventHandlers

Consulte também

Referência

ForEachLoopClass Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper