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