Proprietà ForEachLoopClass.ExecutionResult
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Returns a value that indicates the success or failure of the execution of the ForEachLoopClass 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 ForEachLoopClass
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
A DTSExecResult enumeration that indicates the outcome of the execution.
Implementa
IDTSContainer100.ExecutionResult