IResultInfo.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.

참고 항목

참조

IResultInfo 인터페이스

Microsoft.SqlServer.Management.MultiServerConnection 네임스페이스