Partager via


Propriété EventHandlerClass.Disable

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Overridable Property Disable As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Implémente

IDTSContainer100.Disable

Voir aussi

Référence

EventHandlerClass Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper