Classe VSTAComponentScriptingEngine
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents the VSTA component scripting engine.
Hierarquia de herança
System.Object
VSTAScriptingEngine
Microsoft.SqlServer.Dts.Pipeline.VSTAComponentScriptingEngine
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.TxScript (em Microsoft.SqlServer.TxScript.dll)
Sintaxe
'Declaração
Public Class VSTAComponentScriptingEngine _
Inherits VSTAScriptingEngine
'Uso
Dim instance As VSTAComponentScriptingEngine
public class VSTAComponentScriptingEngine : VSTAScriptingEngine
public ref class VSTAComponentScriptingEngine : public VSTAScriptingEngine
type VSTAComponentScriptingEngine =
class
inherit VSTAScriptingEngine
end
public class VSTAComponentScriptingEngine extends VSTAScriptingEngine
O tipo VSTAComponentScriptingEngine expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
VSTAComponentScriptingEngine | Infraestrutura. Initializes a new instance of the VSTAComponentScriptingEngine class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
EnabledDebugging | Infraestrutura. Gets whether the scripting engine enables debugging. (Substitui VSTAScriptingEngineEnabledDebugging.) | |
ScriptAppName | Infraestrutura. Gets the script application name. (Substitui VSTAScriptingEngineScriptAppName.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Dispose | Infraestrutura. Releases all instance of the VSTAComponentScriptingEngine class. | |
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 | |
---|---|---|
ScriptComponentHostID | Infraestrutura. The script component host identifier. |
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.