EnumTypes Método
Enumerates a list of all the types contained within the XML schema collection.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: System.Data. . :: . .DataTable
A DataTable system object value that contains a list of all the types in the XML schema collection.