Compartir a través de


EventHandlerClass.Disable Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets a Boolean that indicates whether the EventHandlerClass object is disabled.

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

Sintaxis

'Declaración
Public Overridable Property Disable As Boolean 
    Get 
    Set
'Uso
Dim instance As EventHandlerClass 
Dim value As Boolean 

value = instance.Disable

instance.Disable = value
public virtual bool Disable { get; set; }
public:
virtual property bool Disable {
    bool get ();
    void set (bool value);
}
abstract Disable : bool with get, set 
override Disable : bool with get, set
function get Disable () : boolean 
function set Disable (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
A Boolean that indicates if the object is disabled. If true, the EventHandlerClass is disabled and the object will not execute.

Implementa

IDTSContainer100.Disable

Vea también

Referencia

EventHandlerClass Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper