Share via


ManagedWrapper.ExecutionValue Property

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public ReadOnly Property ExecutionValue As Object
    Get
'Usage
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

Property Value

Type: System.Object

Implements

IDTSTask100.ExecutionValue