共用方式為


IServerInformation.ResourceLastUpdateDateTime 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<DisplayNameKeyAttribute("Server_ResourceLastUpdateDateTimeName")> _
<DisplayDescriptionKeyAttribute("Server_ResourceLastUpdateDateTimeDesc")> _
ReadOnly Property ResourceLastUpdateDateTime As DateTime 
    Get
'用途
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

屬性值

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

請參閱

參考

IServerInformation 介面

Microsoft.SqlServer.Management.Smo 命名空間