Compartir a través de


Clase VSTAComponentScriptingEngine

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents the VSTA component scripting engine.

Jerarquía de herencia

System.Object
  VSTAScriptingEngine
    Microsoft.SqlServer.Dts.Pipeline.VSTAComponentScriptingEngine

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline
Ensamblado:  Microsoft.SqlServer.TxScript (en Microsoft.SqlServer.TxScript.dll)

Sintaxis

'Declaración
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

El tipo VSTAComponentScriptingEngine expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público VSTAComponentScriptingEngine Infraestructura. Initializes a new instance of the VSTAComponentScriptingEngine class.

Arriba

Propiedades

  Nombre Descripción
Propiedad protegida EnabledDebugging Infraestructura. Gets whether the scripting engine enables debugging. (Invalida VSTAScriptingEngineEnabledDebugging.)
Propiedad protegida ScriptAppName Infraestructura. Gets the script application name. (Invalida VSTAScriptingEngineScriptAppName.)

Arriba

Métodos

  Nombre Descripción
Método público Dispose Infraestructura. Releases all instance of the VSTAComponentScriptingEngine class.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Campos

  Nombre Descripción
Campo públicoMiembro estático ScriptComponentHostID Infraestructura. The script component host identifier.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline