Proprietà ResourceLastUpdateDateTime
Gets the date and time when the SQL Server resource was last updated.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute> _
Public ReadOnly Property ResourceLastUpdateDateTime As DateTime
Get
'Utilizzo
Dim instance As Information
Dim value As DateTime
value = instance.ResourceLastUpdateDateTime
[SfcPropertyAttribute]
public DateTime ResourceLastUpdateDateTime { get; }
[SfcPropertyAttribute]
public:
property DateTime ResourceLastUpdateDateTime {
DateTime get ();
}
[<SfcPropertyAttribute>]
member ResourceLastUpdateDateTime : DateTime
function get ResourceLastUpdateDateTime () : DateTime
Valore proprietà
Tipo: System. . :: . .DateTime
A DateTime value that specifies the date and time when the resource was last updated.
Vedere anche