Propriété Session.StartTime
Gets the start time.
Espace de noms : Microsoft.SqlServer.Management.XEvent
Assembly : Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property StartTime As DateTime
Get
'Utilisation
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
Valeur de propriété
Type : System.DateTime
A DateTime object that contains the start time.