Partager via


Propriété TaskHostClass.ExecValueVariable

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

Gets or sets the custom variable that contains the execution value of the task.

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

Syntaxe

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

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
The custom variable that contains the execution value of the task.

Implémente

IDTSTaskHost100.ExecValueVariable

Voir aussi

Référence

TaskHostClass Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper