共用方式為


XmlSchemaCollection.EnumNamespaces 方法

Enumerates a list of namespaces that are components of the XML schema collection.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Function EnumNamespaces As DataTable
'用途
Dim instance As XmlSchemaCollection 
Dim returnValue As DataTable 

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

傳回值

型別:System.Data.DataTable
A DataTable system object value that contains a list of namespaces that belong to the XML schema collection.

範例

使用 XML 結構描述

請參閱

參考

XmlSchemaCollection 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

使用 XML 結構描述

XML 結構描述集合 (SQL Server)

CREATE SCHEMA (Transact-SQL)