ActiveXScriptTask.EntryMethod Property

Stores the entry method for the corresponding scripting language.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask
Assembly:  Microsoft.SqlServer.ActiveXScriptTask (in Microsoft.SqlServer.ActiveXScriptTask.dll)

Syntax

'Declaration
Public Property EntryMethod As String
    Get
    Set
'Usage
Dim instance As ActiveXScriptTask
Dim value As String

value = instance.EntryMethod

instance.EntryMethod = value
public string EntryMethod { get; set; }
public:
virtual property String^ EntryMethod {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract EntryMethod : string with get, set
override EntryMethod : string with get, set
final function get EntryMethod () : String
final function set EntryMethod (value : String)

Property Value

Type: System.String
The entry method for the scripting language.

Implements

IDTSActiveXScriptTask.EntryMethod

Remarks

Important

This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.