Propriété ExecutionTime
Gets the amount of client wall-time used before the server returned the execution result.
Espace de noms : Microsoft.SqlServer.Management.MultiServerConnection
Assembly : Microsoft.SqlServer.Management.MultiServerConnection (en Microsoft.SqlServer.Management.MultiServerConnection.dll)
Syntaxe
'Déclaration
ReadOnly Property ExecutionTime As TimeSpan
Get
'Utilisation
Dim instance As IResultInfo
Dim value As TimeSpan
value = instance.ExecutionTime
TimeSpan ExecutionTime { get; }
property TimeSpan ExecutionTime {
TimeSpan get ();
}
abstract ExecutionTime : TimeSpan
function get ExecutionTime () : TimeSpan
Valeur de propriété
Type : System. . :: . .TimeSpan
A TimeSpan value specifying the amount of wall-time that is used.
Voir aussi