Compartir a través de


ManagedWrapper.ExecutionValue Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the execution value of the wrapper.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public ReadOnly Property ExecutionValue As Object 
    Get
'Uso
Dim instance As ManagedWrapper 
Dim value As Object 

value = instance.ExecutionValue
public Object ExecutionValue { get; }
public:
virtual property Object^ ExecutionValue {
    Object^ get () sealed;
}
abstract ExecutionValue : Object 
override ExecutionValue : Object
final function get ExecutionValue () : Object

Valor de la propiedad

Tipo: System.Object
The execution value of the wrapper.

Implementa

IDTSTask100.ExecutionValue

Vea también

Referencia

ManagedWrapper Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime