ResourceLastUpdateDateTime 屬性
Gets the date and time when the SQL Server resource was last updated.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<SfcPropertyAttribute> _
Public ReadOnly Property ResourceLastUpdateDateTime As DateTime
Get
'用途
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
屬性值
型別:System. . :: . .DateTime
A DateTime value that specifies the date and time when the resource was last updated.