Share via


IDTSActiveXScriptTask.ExecutionValueProperty Property

This API supports the infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Property ExecutionValueProperty As ExecutionValueChoice
    Get
    Set
'Usage
Dim instance As IDTSActiveXScriptTask
Dim value As ExecutionValueChoice

value = instance.ExecutionValueProperty

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