Proprietà ForLoopClass.ExecutionResult

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

Gets a value that indicates the success or failure of the execution of the IDTSContainer100 object.

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

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property ExecutionResult As DTSExecResult 
    Get
'Utilizzo
Dim instance As ForLoopClass 
Dim value As DTSExecResult 

value = instance.ExecutionResult
public virtual DTSExecResult ExecutionResult { get; }
public:
virtual property DTSExecResult ExecutionResult {
    DTSExecResult get ();
}
abstract ExecutionResult : DTSExecResult 
override ExecutionResult : DTSExecResult
function get ExecutionResult () : DTSExecResult

Valore proprietà

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
The result of an execution.

Implementa

IDTSContainer100.ExecutionResult

Vedere anche

Riferimento

ForLoopClass Classe

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