ExecutionValueChoice 枚举

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

命名空间:  Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask
程序集:  Microsoft.SqlServer.ActiveXScriptTask(在 Microsoft.SqlServer.ActiveXScriptTask.dll 中)

语法

声明
Public Enumeration ExecutionValueChoice
用法
Dim instance As ExecutionValueChoice
public enum ExecutionValueChoice
public enum class ExecutionValueChoice
type ExecutionValueChoice
public enum ExecutionValueChoice

成员

成员名称 说明
ScriptingLanguage Return the scripting language.
TotalTimeTaken Return the total time taken to run the task.

注释

重要说明重要提示

下一版本的 Microsoft SQL Server 将删除该功能。请不要在新的开发工作中使用该功能,并尽快修改当前还在使用该功能的应用程序。