DateLastModified 屬性
Gets the date and time when the login account was last modified.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<SfcPropertyAttribute> _
Public ReadOnly Property DateLastModified As DateTime
Get
'用途
Dim instance As Login
Dim value As DateTime
value = instance.DateLastModified
[SfcPropertyAttribute]
public DateTime DateLastModified { get; }
[SfcPropertyAttribute]
public:
virtual property DateTime DateLastModified {
DateTime get () sealed;
}
[<SfcPropertyAttribute>]
abstract DateLastModified : DateTime
[<SfcPropertyAttribute>]
override DateLastModified : DateTime
final function get DateLastModified () : DateTime
屬性值
型別:System. . :: . .DateTime
A DateTime system object value that specifies the date and time when the login account was last modified.