Proprietà IDTSBreakpointTarget100.Enabled

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

For more information, see BreakpointTarget.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Property Enabled As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As IDTSBreakpointTarget100 
Dim value As Boolean 

value = instance.Enabled

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

Valore proprietà

Tipo: System.Boolean

Vedere anche

Riferimento

IDTSBreakpointTarget100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper