DeployedDac.LastReportedTime 属性
Gets the last time reported by the deployed DAC.
命名空间: Microsoft.SqlServer.Management.Utility
程序集: Microsoft.SqlServer.Management.Utility(在 Microsoft.SqlServer.Management.Utility.dll 中)
语法
声明
<DmfIgnorePropertyAttribute> _
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property LastReportedTime As DateTimeOffset
Get
用法
Dim instance As DeployedDac
Dim value As DateTimeOffset
value = instance.LastReportedTime
[DmfIgnorePropertyAttribute]
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public DateTimeOffset LastReportedTime { get; }
[DmfIgnorePropertyAttribute]
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property DateTimeOffset LastReportedTime {
DateTimeOffset get ();
}
[<DmfIgnorePropertyAttribute>]
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member LastReportedTime : DateTimeOffset
function get LastReportedTime () : DateTimeOffset
属性值
类型:System.DateTimeOffset
A DateTimeOffset value that specifies the time and date last reported.