共用方式為


XmlSchemaCollection.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(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property DateLastModified As DateTime 
    Get
'用途
Dim instance As XmlSchemaCollection 
Dim value As DateTime 

value = instance.DateLastModified
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public DateTime DateLastModified { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property DateTime DateLastModified {
    DateTime get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
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.

範例

使用 XML 結構描述

請參閱

參考

XmlSchemaCollection 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

使用 XML 結構描述

XML 結構描述集合 (SQL Server)

CREATE SCHEMA (Transact-SQL)