Compartilhar via


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
Método público VSTAComponentScriptingEngine Infraestrutura. Initializes a new instance of the VSTAComponentScriptingEngine class.

Início

Propriedades

  Nome Descrição
Propriedade protegida EnabledDebugging Infraestrutura. Gets whether the scripting engine enables debugging. (Substitui VSTAScriptingEngineEnabledDebugging.)
Propriedade protegida ScriptAppName Infraestrutura. Gets the script application name. (Substitui VSTAScriptingEngineScriptAppName.)

Início

Métodos

  Nome Descrição
Método público Dispose Infraestrutura. Releases all instance of the VSTAComponentScriptingEngine class.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Campos

  Nome Descrição
Campo públicoMembro estático 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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Pipeline