Compartir a través de


DeployedDac.LastReportedTime Propiedad

Gets the last time reported by the deployed DAC.

Espacio de nombres:  Microsoft.SqlServer.Management.Utility
Ensamblado:  Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)

Sintaxis

'Declaración
<DmfIgnorePropertyAttribute> _
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property LastReportedTime As DateTimeOffset 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.DateTimeOffset
A DateTimeOffset value that specifies the time and date last reported.

Vea también

Referencia

DeployedDac Clase

Espacio de nombres Microsoft.SqlServer.Management.Utility