ManagedInstance.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.

请参阅

参考

ManagedInstance 类

Microsoft.SqlServer.Management.Utility 命名空间