Condividi tramite


Proprietà IDTSContainer100.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
ReadOnly Property ExecutionResult As DTSExecResult 
    Get
'Utilizzo
Dim instance As IDTSContainer100 
Dim value As DTSExecResult 

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

Valore proprietà

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

Osservazioni

For more information, see DtsContainer.

Vedere anche

Riferimento

IDTSContainer100 Interfaccia

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