Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the custom variable that contains the execution value of the task.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Default Property ExecValueVariable As IDTSVariable100
Get
Set
'Usage
Dim instance As TaskHostClass
Dim value As IDTSVariable100
value = instance
instance = value
public virtual IDTSVariable100 this { get; set; }
public:
virtual property IDTSVariable100^ default {
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
The custom variable that contains the execution value of the task.
Implements
IDTSTaskHost100.ExecValueVariable