Compartir a través de


IDTSBreakpointTarget100.Enabled Propiedad

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

For more information, see BreakpointTarget.

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

Sintaxis

'Declaración
Property Enabled As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Boolean

Vea también

Referencia

IDTSBreakpointTarget100 Interfaz

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