共用方式為


ExecutionValueChoice Enumeration

Determines what to return for the execution value of the task.

命名空間: Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask
組件: Microsoft.SqlServer.ActiveXScriptTask (in microsoft.sqlserver.activexscripttask.dll)

語法

'宣告
Public Enumeration ExecutionValueChoice
public enum ExecutionValueChoice
public enum class ExecutionValueChoice
public enum ExecutionValueChoice
public enum ExecutionValueChoice

Members

Member name Description
ScriptingLanguage Return the scripting language.
TotalTimeTaken Return the total time taken to run the task.

備註

ms214628.note(zh-tw,SQL.90).gif重要事項:
下一版的 Microsoft SQL Server 將不再提供此功能。請勿在新的開發工作中使用此功能,並且儘速修改使用此功能的應用程式。

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask Namespace