Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Defines the metrics used to track the execution of a container.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Interface IDTSExecutionMetrics
'Utilisation
Dim instance As IDTSExecutionMetrics
public interface IDTSExecutionMetrics
public interface class IDTSExecutionMetrics
type IDTSExecutionMetrics = interface end
public interface IDTSExecutionMetrics
Le type IDTSExecutionMetrics expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
ExecutionDuration | Returns a value that indicates the amount of time that the container spent in execution, in milliseconds. This property is read-only. |
![]() |
StartTime | Returns the time that the container began execution. This property is read-only. |
![]() |
StopTime | Returns the time that the container ended execution. This property is read-only. |
Haut de la page
Notes
This interface is inherited by DtsContainer and subsequently passed down to all containers.
.gif)