Compartilhar via


Propriedade do RDL VSTAComponentScriptingEngine.EnabledDebugging

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets whether the scripting engine enables debugging.

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.TxScript (em Microsoft.SqlServer.TxScript.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 scripting engine enables debugging; otherwise, false.

Consulte também

Referência

VSTAComponentScriptingEngine Classe

Namespace Microsoft.SqlServer.Dts.Pipeline