Méthode XmlSchemaCollection.EnumTypes

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Function EnumTypes As DataTable
'Utilisation
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

Valeur de retour

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

Exemples

Utilisation de schémas XML

Voir aussi

Référence

XmlSchemaCollection Classe

Surcharge EnumTypes

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Utilisation de schémas XML

Collections de schémas XML (SQL Server)

CREATE SCHEMA (Transact-SQL)