Proprietà IDTSTask100.ExecutionValue

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property ExecutionValue As Object 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Object
The value of the execution.

Osservazioni

For more information, see Task.

Vedere anche

Riferimento

IDTSTask100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper