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
'Bildirim
<DisplayDescriptionKeyAttribute("Server_ResourceLastUpdateDateTimeDesc")> _
<DisplayNameKeyAttribute("Server_ResourceLastUpdateDateTimeName")> _
ReadOnly Property ResourceLastUpdateDateTime As DateTime
Get
'Kullanım
Dim instance As IServerInformation
Dim value As DateTime
value = instance.ResourceLastUpdateDateTime
[DisplayDescriptionKeyAttribute("Server_ResourceLastUpdateDateTimeDesc")]
[DisplayNameKeyAttribute("Server_ResourceLastUpdateDateTimeName")]
DateTime ResourceLastUpdateDateTime { get; }
[DisplayDescriptionKeyAttribute(L"Server_ResourceLastUpdateDateTimeDesc")]
[DisplayNameKeyAttribute(L"Server_ResourceLastUpdateDateTimeName")]
property DateTime ResourceLastUpdateDateTime {
DateTime get ();
}
[<DisplayDescriptionKeyAttribute("Server_ResourceLastUpdateDateTimeDesc")>]
[<DisplayNameKeyAttribute("Server_ResourceLastUpdateDateTimeName")>]
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.