Share via


IServerInformation.ResourceLastUpdateDateTime Property

Gets a DateTime object that specifies the last time the resource database was updated.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<DisplayNameKeyAttribute("Server_ResourceLastUpdateDateTimeName")> _
<DisplayDescriptionKeyAttribute("Server_ResourceLastUpdateDateTimeDesc")> _
ReadOnly Property ResourceLastUpdateDateTime As DateTime 
    Get
'Usage
Dim instance As IServerInformation 
Dim value As DateTime 

value = instance.ResourceLastUpdateDateTime
[DisplayNameKeyAttribute("Server_ResourceLastUpdateDateTimeName")]
[DisplayDescriptionKeyAttribute("Server_ResourceLastUpdateDateTimeDesc")]
DateTime ResourceLastUpdateDateTime { get; }
[DisplayNameKeyAttribute(L"Server_ResourceLastUpdateDateTimeName")]
[DisplayDescriptionKeyAttribute(L"Server_ResourceLastUpdateDateTimeDesc")]
property DateTime ResourceLastUpdateDateTime {
    DateTime get ();
}
[<DisplayNameKeyAttribute("Server_ResourceLastUpdateDateTimeName")>]
[<DisplayDescriptionKeyAttribute("Server_ResourceLastUpdateDateTimeDesc")>]
abstract ResourceLastUpdateDateTime : DateTime
function get ResourceLastUpdateDateTime () : DateTime

Property Value

Type: System.DateTime
The DateTime object that specifies the last time the resource database was updated.

See Also

Reference

IServerInformation Interface

Microsoft.SqlServer.Management.Smo Namespace