Partager via


Propriété PackageClass.ExecutionResult

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property ExecutionResult As DTSExecResult 
    Get
'Utilisation
Dim instance As PackageClass 
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

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
The result of the execution.

Implémente

IDTSContainer100.ExecutionResult

Notes

For more information, see Package.

Voir aussi

Référence

PackageClass Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper