Proprietà VSTATaskScriptingEngine.EnabledDebugging
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets a value that indicates whether the task enables debugging.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.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 task enables debugging; otherwise, false.