Partager via


Propriété PackageNeutralClass.ExecutionDuration

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 the amount of time that the package spent in execution, in milliseconds.

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

Syntaxe

'Déclaration
Public Overridable ReadOnly Property ExecutionDuration As Integer 
    Get
'Utilisation
Dim instance As PackageNeutralClass 
Dim value As Integer 

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

Valeur de propriété

Type : System.Int32
The amount of time that the package spent in execution, in milliseconds.

Implémente

IDTSExecutionMetrics100.ExecutionDuration

Notes

For more information, see Package.

Voir aussi

Référence

PackageNeutralClass Classe

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