Freigeben über


EntryMethod-Eigenschaft

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)

Eigenschaftswert

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

Implementiert

IDTSActiveXScriptTask. . :: . .EntryMethod

Hinweise

Wichtiger HinweisWichtig

Diese Funktion wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie so bald wie möglich das Ändern von Anwendungen, in denen es zurzeit verwendet wird.