Compartir a través de


VSTATaskScriptingEngine.EnabledDebugging Propiedad

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

Gets or sets a value that indicates whether the task enables debugging.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ScriptTask
Ensamblado:  Microsoft.SqlServer.ScriptTask (en Microsoft.SqlServer.ScriptTask.dll)

Sintaxis

'Declaración
Protected Overrides ReadOnly Property EnabledDebugging As Boolean 
    Get
'Uso
Dim value As Boolean 

value = Me.EnabledDebugging
protected override bool EnabledDebugging { get; }
protected:
virtual property bool EnabledDebugging {
    bool get () override;
}
abstract EnabledDebugging : bool 
override EnabledDebugging : bool
override function get EnabledDebugging () : boolean

Valor de la propiedad

Tipo: System.Boolean
true if the task enables debugging; otherwise, false.

Vea también

Referencia

VSTATaskScriptingEngine Clase

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ScriptTask