IDTSActiveXScriptTask Interface
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask
Assembly: Microsoft.SqlServer.ActiveXScriptTask (in Microsoft.SqlServer.ActiveXScriptTask.dll)
Syntax
'Declaration
Public Interface IDTSActiveXScriptTask
'Usage
Dim instance As IDTSActiveXScriptTask
public interface IDTSActiveXScriptTask
public interface class IDTSActiveXScriptTask
type IDTSActiveXScriptTask = interface end
public interface IDTSActiveXScriptTask
The IDTSActiveXScriptTask type exposes the following members.
Properties
Name | Description | |
---|---|---|
EntryMethod | Infrastructure. | |
ExecutionValueProperty | Infrastructure. | |
ScriptingLanguage | Infrastructure. | |
ScriptText | Infrastructure. |
Top