ServerMessageEventArgs.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
Public ReadOnly Property StartTime As DateTime
Get
'Usage
Dim instance As ServerMessageEventArgs
Dim value As DateTime
value = instance.StartTime
public DateTime StartTime { get; }
public:
virtual property DateTime StartTime {
DateTime get () sealed;
}
abstract StartTime : DateTime
override StartTime : DateTime
final function get StartTime () : DateTime
Property Value
Type: System.DateTime
A DateTime value that specifies the date and time when the batch was submitted.