Proprietà VSTAComponentScriptingEngine.EnabledDebugging
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets whether the scripting engine enables debugging.
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)
Sintassi
'Dichiarazione
Protected Overrides ReadOnly Property EnabledDebugging As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
True if the scripting engine enables debugging; otherwise, false.