Partager via


Propriété ForLoopClass.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.

Returns a value that indicates the amount of time that the container spent in execution, in milliseconds. This property is read-only.

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 ForLoopClass 
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
An Integer that contains the amount of time that the container spent executing. The time is given in milliseconds.

Implémente

IDTSExecutionMetrics100.ExecutionDuration

Voir aussi

Référence

ForLoopClass Classe

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