Udostępnij przez


Właściwość IDTSTaskHost100.ExecValueVariable

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Aby uzyskać więcej informacji, zobacz temat TaskHostClass.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw:  Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)

Składnia

'Deklaracja
Default Property ExecValueVariable As IDTSVariable100
    Get
    Set
'Użycie
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)