TaskHostClass.ExecValueVariable Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
For more information, see TaskHost.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Property ExecValueVariable As IDTSVariable100
Get
Set
'Usage
Dim instance As TaskHostClass
Dim value As IDTSVariable100
value = instance.ExecValueVariable
instance.ExecValueVariable = value
public virtual IDTSVariable100 ExecValueVariable { get; set; }
public:
virtual property IDTSVariable100^ ExecValueVariable {
IDTSVariable100^ get ();
void set (IDTSVariable100^ value);
}
abstract ExecValueVariable : IDTSVariable100 with get, set
override ExecValueVariable : IDTSVariable100 with get, set
function get ExecValueVariable () : IDTSVariable100
function set ExecValueVariable (value : IDTSVariable100)
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100