Свойство DateLastModified
Gets the time and date when the rule 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 Rule
Dim value As DateTime
value = instance.DateLastModified
[SfcPropertyAttribute]
public DateTime DateLastModified { get; }
[SfcPropertyAttribute]
public:
property DateTime DateLastModified {
DateTime get ();
}
[<SfcPropertyAttribute>]
member DateLastModified : DateTime
function get DateLastModified () : DateTime
Значение свойства
Тип System. . :: . .DateTime
A DateTime system object value that specifies the time and date when the rule was last modified.
См. также