Classe VSTATaskScriptingEngine
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents the Visual Studio Tools for Applications (VSTA) scripting engine for executing task scripts.
Gerarchia di ereditarietà
System.Object
VSTAScriptingEngine
Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
Sintassi
'Dichiarazione
Public Class VSTATaskScriptingEngine _
Inherits VSTAScriptingEngine
'Utilizzo
Dim instance As VSTATaskScriptingEngine
public class VSTATaskScriptingEngine : VSTAScriptingEngine
public ref class VSTATaskScriptingEngine : public VSTAScriptingEngine
type VSTATaskScriptingEngine =
class
inherit VSTAScriptingEngine
end
public class VSTATaskScriptingEngine extends VSTAScriptingEngine
Nel tipo VSTATaskScriptingEngine sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
VSTATaskScriptingEngine | Infrastruttura. Initializes a new instance of the VSTATaskScriptingEngine class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
EnabledDebugging | Gets or sets a value that indicates whether the task enables debugging. Esegue l'override di VSTAScriptingEngineEnabledDebugging. | |
ExecutionException | Infrastruttura. Gets or sets the exception that occurs during script execution. | |
ScriptAppName | Gets the name of the script application. Esegue l'override di VSTAScriptingEngineScriptAppName. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
VSTATaskHostID | Specifies the task host identifier of the Visual Studio Tools for Applications. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.