Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the latest reported time for the properties of the server instance object.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
<DmfIgnorePropertyAttribute> _
Public ReadOnly Property LastReportedTime As DateTimeOffset
Get
'Usage
Dim instance As ManagedInstance
Dim value As DateTimeOffset
value = instance.LastReportedTime
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
[DmfIgnorePropertyAttribute]
public DateTimeOffset LastReportedTime { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
[DmfIgnorePropertyAttribute]
public:
property DateTimeOffset LastReportedTime {
DateTimeOffset get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
[<DmfIgnorePropertyAttribute>]
member LastReportedTime : DateTimeOffset
function get LastReportedTime () : DateTimeOffset
Property Value
Type: System.DateTimeOffset
A DateTime value that specifies the date and time when the properties of the server instance were last reported.