ManagedInstance.LastReportedTime Property

Definition

Gets the latest reported time for the properties of the server instance object.

public:
 property DateTimeOffset LastReportedTime { DateTimeOffset get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.DmfIgnoreProperty]
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public DateTimeOffset LastReportedTime { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.DmfIgnoreProperty>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.LastReportedTime : DateTimeOffset
Public ReadOnly Property LastReportedTime As DateTimeOffset

Property Value

A DateTime value that specifies the date and time when the properties of the server instance were last reported.

Attributes

Applies to