Поделиться через


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