Condividi tramite


Metodo XmlSchemaCollection.EnumTypes

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Function EnumTypes As DataTable
'Utilizzo
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

Valore restituito

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

Esempi

Utilizzo di XML Schema

Vedere anche

Riferimento

XmlSchemaCollection Classe

Overload EnumTypes

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Utilizzo di XML Schema

Raccolte di XML Schema (SQL Server)

CREATE SCHEMA (Transact-SQL)