Właściwość DeployedDac.LastReportedTime
Pobiera ostatnią czas zgłoszone przez DAC wdrożony.
Przestrzeń nazw: Microsoft.SqlServer.Management.Utility
Zestaw: Microsoft.SqlServer.Management.Utility (w Microsoft.SqlServer.Management.Utility.dll)
Składnia
'Deklaracja
<DmfIgnorePropertyAttribute> _
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property LastReportedTime As DateTimeOffset
Get
'Użycie
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
Wartość właściwości
Typ: System.DateTimeOffset
A DateTimeOffset wartość, która określa data i czas ostatniego zgłoszone.