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.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间