Método XmlSchemaCollection.EnumNamespaces
Enumerates a list of namespaces that are components of the XML schema collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Function EnumNamespaces As DataTable
'Uso
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
Valor de retorno
Tipo: System.Data.DataTable
A DataTable system object value that contains a list of namespaces that belong to the XML schema collection.
Exemplos
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo