ExecutionTime 属性

Gets the amount of client wall-time used before the server returned the execution result.

命名空间:  Microsoft.SqlServer.Management.MultiServerConnection
程序集:  Microsoft.SqlServer.Management.MultiServerConnection(在 Microsoft.SqlServer.Management.MultiServerConnection.dll 中)

语法

声明
ReadOnly Property ExecutionTime As TimeSpan
    Get
用法
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

属性值

类型:System. . :: . .TimeSpan
A TimeSpan value specifying the amount of wall-time that is used.