Share via


IDTSTaskHost100.ExecValueVariable Property

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

For more information, see TaskHostClass.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Default Property ExecValueVariable As IDTSVariable100
    Get
    Set
'Usage
Dim instance As IDTSTaskHost100
Dim value As IDTSVariable100

value = instance

instance = value
IDTSVariable100 this { get; set; }
property IDTSVariable100^ default {
    IDTSVariable100^ get ();
    void set (IDTSVariable100^ value);
}
abstract ExecValueVariable : IDTSVariable100 with get, set
function get ExecValueVariable () : IDTSVariable100
function set ExecValueVariable (value : IDTSVariable100)