Поделиться через


Класс VSTAComponentScriptingEngine

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Represents the VSTA component scripting engine.

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline
Сборка:  Microsoft.SqlServer.TxScript (в Microsoft.SqlServer.TxScript.dll)

Синтаксис

'Декларация
Public Class VSTAComponentScriptingEngine _
    Inherits VSTAScriptingEngine
'Применение
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

Тип VSTAComponentScriptingEngine обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод VSTAComponentScriptingEngine Инфраструктура. Initializes a new instance of the VSTAComponentScriptingEngine class.

В начало

Свойства

  Имя Описание
Защищенное свойство EnabledDebugging Инфраструктура. Gets whether the scripting engine enables debugging. (Переопределяет VSTAScriptingEngineEnabledDebugging.)
Защищенное свойство ScriptAppName Инфраструктура. Gets the script application name. (Переопределяет VSTAScriptingEngineScriptAppName.)

В начало

Методы

  Имя Описание
Открытый метод Dispose Инфраструктура. Releases all instance of the VSTAComponentScriptingEngine class.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Поля

  Имя Описание
Открытое полеСтатический элемент ScriptComponentHostID Инфраструктура. The script component host identifier.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Pipeline