Propriedade do RDL ExecutionTime
Gets the amount of client wall-time used before the server returned the execution result.
Namespace: Microsoft.SqlServer.Management.MultiServerConnection
Assembly: Microsoft.SqlServer.Management.MultiServerConnection (em Microsoft.SqlServer.Management.MultiServerConnection.dll)
Sintaxe
'Declaração
ReadOnly Property ExecutionTime As TimeSpan
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .TimeSpan
A TimeSpan value specifying the amount of wall-time that is used.
Consulte também