Метод 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.