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
Public property EntryMethod Infrastructure.
Public property ExecutionValueProperty Infrastructure.
Public property ScriptingLanguage Infrastructure.
Public property ScriptText Infrastructure.

Top