ExecutionValueProperty 属性

Uses the ExecutionValueChoice to determine what the ExecutionValue will contain.

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

语法

声明
Public Property ExecutionValueProperty As ExecutionValueChoice
    Get
    Set
用法
Dim instance As ActiveXScriptTask
Dim value As ExecutionValueChoice

value = instance.ExecutionValueProperty

instance.ExecutionValueProperty = value
public ExecutionValueChoice ExecutionValueProperty { get; set; }
public:
virtual property ExecutionValueChoice ExecutionValueProperty {
    ExecutionValueChoice get () sealed;
    void set (ExecutionValueChoice value) sealed;
}
abstract ExecutionValueProperty : ExecutionValueChoice with get, set
override ExecutionValueProperty : ExecutionValueChoice with get, set
final function get ExecutionValueProperty () : ExecutionValueChoice
final function set ExecutionValueProperty (value : ExecutionValueChoice)

实现

IDTSActiveXScriptTask. . :: . .ExecutionValueProperty

注释

重要说明重要提示

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