Freigeben über


XmlSchemaCollection.EnumTypes-Methode

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Function EnumTypes As DataTable
'Usage
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

Rückgabewert

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

Beispiele

Verwenden von XML-Schemas

Siehe auch

Verweis

XmlSchemaCollection Klasse

EnumTypes-Überladung

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Verwenden von XML-Schemas

XML-Schemaauflistungen (SQL Server)

CREATE SCHEMA (Transact-SQL)