Server.ResourceLastUpdateDateTime Property

Gets the ResourceLastUpdateDateTime property value.

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

Syntax

'Declaration
<SfcPropertyAttribute> _
Public ReadOnly Property ResourceLastUpdateDateTime As DateTime
    Get
'Usage
Dim instance As Server
Dim value As DateTime

value = instance.ResourceLastUpdateDateTime
[SfcPropertyAttribute]
public DateTime ResourceLastUpdateDateTime { get; }
[SfcPropertyAttribute]
public:
virtual property DateTime ResourceLastUpdateDateTime {
    DateTime get () sealed;
}
[<SfcPropertyAttribute>]
abstract ResourceLastUpdateDateTime : DateTime
[<SfcPropertyAttribute>]
override ResourceLastUpdateDateTime : DateTime
final function get ResourceLastUpdateDateTime () : DateTime

Property Value

Type: System.DateTime
DateTime

Implements

IServerInformation.ResourceLastUpdateDateTime