Свойство DateLastModified
Gets the date and time when the XML schema collection 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 XmlSchemaCollection
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 date when the XML schema collection was last modified.