Classe VSTATaskScriptingEngine
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents the Visual Studio Tools for Applications (VSTA) scripting engine for executing task scripts.
Hierarquia de herança
System.Object
VSTAScriptingEngine
Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (em Microsoft.SqlServer.ScriptTask.dll)
Sintaxe
'Declaração
Public Class VSTATaskScriptingEngine _
Inherits VSTAScriptingEngine
'Uso
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
O tipo VSTATaskScriptingEngine expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
VSTATaskScriptingEngine | Infraestrutura. Initializes a new instance of the VSTATaskScriptingEngine class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
EnabledDebugging | Gets or sets a value that indicates whether the task enables debugging. (Substitui VSTAScriptingEngineEnabledDebugging.) | |
ExecutionException | Infraestrutura. Gets or sets the exception that occurs during script execution. | |
ScriptAppName | Gets the name of the script application. (Substitui VSTAScriptingEngineScriptAppName.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
VSTATaskHostID | Specifies the task host identifier of the Visual Studio Tools for Applications. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.