Partager via


ExecValueVariable propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

For more information, see TaskHostClass.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (dans Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Default Property ExecValueVariable As IDTSVariable100
    Get
    Set
'Utilisation
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)