Condividi tramite


Proprietà Session.StartTime

Gets the start time.

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property StartTime As DateTime 
    Get
'Utilizzo
Dim instance As Session 
Dim value As DateTime 

value = instance.StartTime
[SfcPropertyAttribute(Data = true)]
public DateTime StartTime { get; }
[SfcPropertyAttribute(Data = true)]
public:
property DateTime StartTime {
    DateTime get ();
}
[<SfcPropertyAttribute(Data = true)>]
member StartTime : DateTime
function get StartTime () : DateTime

Valore proprietà

Tipo: System.DateTime
A DateTime object that contains the start time.

Vedere anche

Riferimento

Session Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent