Bagikan melalui


IDTSTask100.ExecutionValue Property

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

Gets the value of the execution. This field is read-only.

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

Syntax

'Declaration
ReadOnly Property ExecutionValue As Object 
    Get
'Usage
Dim instance As IDTSTask100 
Dim value As Object 

value = instance.ExecutionValue
Object ExecutionValue { get; }
property Object^ ExecutionValue {
    Object^ get ();
}
abstract ExecutionValue : Object
function get ExecutionValue () : Object

Property Value

Type: System.Object
The value of the execution.

Remarks

For more information, see Task.

See Also

Reference

IDTSTask100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace