ActiveXScriptTask.ExecutionValueProperty Property

Uses the ExecutionValueChoice to determine what the ExecutionValue will contain.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask
Assembly:  Microsoft.SqlServer.ActiveXScriptTask (in Microsoft.SqlServer.ActiveXScriptTask.dll)

Syntax

'Declaration
Public Property ExecutionValueProperty As ExecutionValueChoice
    Get
    Set
'Usage
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)

Implements

IDTSActiveXScriptTask.ExecutionValueProperty

Remarks

Important

This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.