Partager via


Méthode EnumNamespaces

Enumerates a list of namespaces that are components of 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 EnumNamespaces As DataTable
'Utilisation
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

Valeur de retour

Type : System.Data. . :: . .DataTable
A DataTable system object value that contains a list of namespaces that belong to the XML schema collection.