Поделиться через


Свойство ResourceLastUpdateDateTime

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute> _
Public ReadOnly Property ResourceLastUpdateDateTime As DateTime
    Get
'Применение
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

Значение свойства

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