Delen via


VSTAComponentScriptingEngine Class

This API supports the infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)

Syntax

'Declaration
Public Class VSTAComponentScriptingEngine _
    Inherits VSTAScriptingEngine
'Usage
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

The VSTAComponentScriptingEngine type exposes the following members.

Constructors

  Name Description
Public method VSTAComponentScriptingEngine Infrastructure.

Top

Methods

  Name Description
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Dispose Infrastructure.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method PersistCurrentScriptProject Infrastructure. (Overrides VSTAScriptingEnginePersistCurrentScriptProject(Boolean).)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member sVSTAComponentHostID Infrastructure.
Public fieldStatic member sVSTAComponentTemplateName Infrastructure.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.