Share via


IResultInfo.StartTime Property

Gets the time when the batch was submitted.

Namespace:  Microsoft.SqlServer.Management.MultiServerConnection
Assembly:  Microsoft.SqlServer.Management.MultiServerConnection (in Microsoft.SqlServer.Management.MultiServerConnection.dll)

Syntax

'Declaration
ReadOnly Property StartTime As DateTime
    Get
'Usage
Dim instance As IResultInfo
Dim value As DateTime

value = instance.StartTime
DateTime StartTime { get; }
property DateTime StartTime {
    DateTime get ();
}
abstract StartTime : DateTime
function get StartTime () : DateTime

Property Value

Type: System.DateTime
A DateTime value that specifies the date and time when the batch was submitted.