Share via


IDTSActiveXScriptTask.EntryMethod Property

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
Property EntryMethod As String
    Get
    Set
'Usage
Dim instance As IDTSActiveXScriptTask
Dim value As String

value = instance.EntryMethod

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

Property Value

Type: System.String