ExecutionTime 属性

Gets the amount of client wall-time it took to get the result back from the server.

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

语法

声明
Public ReadOnly Property ExecutionTime As TimeSpan
    Get
用法
Dim instance As ServerMessageEventArgs
Dim value As TimeSpan

value = instance.ExecutionTime
public TimeSpan ExecutionTime { get; }
public:
virtual property TimeSpan ExecutionTime {
    TimeSpan get () sealed;
}
abstract ExecutionTime : TimeSpan
override ExecutionTime : TimeSpan
final function get ExecutionTime () : TimeSpan

属性值

类型:System. . :: . .TimeSpan
A TimeSpan value representing the amount of client wall-time taken for the result to return from the server.

实现

IResultInfo. . :: . .ExecutionTime