Server.ResourceLastUpdateDateTime Property
SQL Server 2012
Gets the last time the resource was last updated.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
'Declaration <SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _ Public ReadOnly Property ResourceLastUpdateDateTime As DateTime Get 'Usage Dim instance As Server Dim value As DateTime value = instance.ResourceLastUpdateDateTime
