Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.