Freigeben über


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
public string EntryMethod { get; set; }
public:
virtual property String^ EntryMethod {
    String^ get () sealed;
    void set (String^ value) sealed;
}
/** @property */
public final String get_EntryMethod ()

/** @property */
public final void set_EntryMethod (String value)
public final function get EntryMethod () : String

public final function set EntryMethod (value : String)

Eigenschaftswert

The entry method for the scripting language.

Hinweise

ms209318.note(de-de,SQL.90).gifWichtig:
Dieses Feature wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature nicht zum Entwickeln neuer Anwendungen, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird, zum frühstmöglichen Zeitpunkt ein.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

ActiveXScriptTask Class
ActiveXScriptTask Members
Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask Namespace