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.