Compartilhar via


Propriedade do RDL TaskHostClass.ExecValueVariable

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Public Overridable Default Property ExecValueVariable As IDTSVariable100 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Implementa

IDTSTaskHost100.ExecValueVariable

Consulte também

Referência

TaskHostClass Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper