Compartir a través de


ResourceLastUpdateDateTime Propiedad

Gets the date and time when the SQL Server resource was last updated.

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

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property ResourceLastUpdateDateTime As DateTime
    Get
'Uso
Dim instance As Information
Dim value As DateTime

value = instance.ResourceLastUpdateDateTime
[SfcPropertyAttribute]
public DateTime ResourceLastUpdateDateTime { get; }
[SfcPropertyAttribute]
public:
property DateTime ResourceLastUpdateDateTime {
    DateTime get ();
}
[<SfcPropertyAttribute>]
member ResourceLastUpdateDateTime : DateTime
function get ResourceLastUpdateDateTime () : DateTime

Valor de la propiedad

Tipo: System. . :: . .DateTime
A DateTime value that specifies the date and time when the resource was last updated.