Propriedade do RDL VSTATaskScriptingEngine.EnabledDebugging
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets a value that indicates whether the task enables debugging.
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (em Microsoft.SqlServer.ScriptTask.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
true if the task enables debugging; otherwise, false.