LastReportedTime 屬性
Gets the latest reported time for the properties of the server instance object.
命名空間: Microsoft.SqlServer.Management.Utility
組件: Microsoft.SqlServer.Management.Utility (在 Microsoft.SqlServer.Management.Utility.dll 中)
語法
'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
<DmfIgnorePropertyAttribute> _
Public ReadOnly Property LastReportedTime As DateTimeOffset
Get
'用途
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
屬性值
型別:System. . :: . .DateTimeOffset
A DateTime value that specifies the date and time when the properties of the server instance were last reported.