XmlSchemaCollection.EnumTypes 方法

Enumerates a list of all the types contained within the XML schema collection.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Function EnumTypes As DataTable
用法
Dim instance As XmlSchemaCollection 
Dim returnValue As DataTable 

returnValue = instance.EnumTypes()
public DataTable EnumTypes()
public:
DataTable^ EnumTypes()
member EnumTypes : unit -> DataTable
public function EnumTypes() : DataTable

返回值

类型:System.Data.DataTable
A DataTable system object value that contains a list of all the types in the XML schema collection.

示例

使用 XML 架构

请参阅

参考

XmlSchemaCollection 类

EnumTypes 重载

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

使用 XML 架构

XML 架构集合 (SQL Server)

CREATE SCHEMA (Transact-SQL)