.NET Framework Class Library DataSetSchemaImporterExtension Class This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy
Namespace:
System.Data
Assembly:
System.Data (in System.Data.dll)

Syntax
Public Class DataSetSchemaImporterExtension _
Inherits SchemaImporterExtension
public class DataSetSchemaImporterExtension : SchemaImporterExtension
public ref class DataSetSchemaImporterExtension : public SchemaImporterExtension
type DataSetSchemaImporterExtension =
class
inherit SchemaImporterExtension
end
The DataSetSchemaImporterExtension type exposes the following members.

Constructors

Methods
|
| Name | Description |
|---|
.gif) | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | .gif) | ImportAnyElement | Handles the importation of the <xsd:any> elements in the schema. (Inherited from SchemaImporterExtension.) | .gif) | ImportDefaultValue | Allows you to specify the default value for the XSD type being imported. (Inherited from SchemaImporterExtension.) | .gif) | ImportSchemaType(XmlSchemaType, XmlSchemaObject, XmlSchemas, XmlSchemaImporter, CodeCompileUnit, CodeNamespace, CodeGenerationOptions, CodeDomProvider) | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides SchemaImporterExtension..::.ImportSchemaType(XmlSchemaType, XmlSchemaObject, XmlSchemas, XmlSchemaImporter, CodeCompileUnit, CodeNamespace, CodeGenerationOptions, CodeDomProvider).) | .gif) | ImportSchemaType(String, String, XmlSchemaObject, XmlSchemas, XmlSchemaImporter, CodeCompileUnit, CodeNamespace, CodeGenerationOptions, CodeDomProvider) | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides SchemaImporterExtension..::.ImportSchemaType(String, String, XmlSchemaObject, XmlSchemas, XmlSchemaImporter, CodeCompileUnit, CodeNamespace, CodeGenerationOptions, CodeDomProvider).) | .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | Top

Version Information
.NET FrameworkSupported in: 4, 3.5, 3.0, 2.0 .NET Framework Client ProfileSupported in: 4, 3.5 SP1

Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also
|
Biblioteca de clases de .NET Framework DataSetSchemaImporterExtension (Clase) Este miembro es compatible con la infraestructura de .NET Framework y no se debe utilizar directamente del código.

Jerarquía de herencia
Espacio de nombres:
System.Data
Ensamblado:
System.Data (en System.Data.dll)

Sintaxis
Public Class DataSetSchemaImporterExtension _
Inherits SchemaImporterExtension
public class DataSetSchemaImporterExtension : SchemaImporterExtension
public ref class DataSetSchemaImporterExtension : public SchemaImporterExtension
type DataSetSchemaImporterExtension =
class
inherit SchemaImporterExtension
end
El tipo DataSetSchemaImporterExtension expone los siguientes miembros.

Constructores

Métodos
|
| Nombre | Descripción |
|---|
.gif) | Equals(Object) | Determina si el objeto Object especificado es igual al objeto Object actual. (Se hereda de Object). | .gif) | Finalize | Permite que un objeto intente liberar recursos y realizar otras operaciones de limpieza antes de ser reclamado por la recolección de elementos no utilizados. (Se hereda de Object). | .gif) | GetHashCode | Actúa como función hash para un tipo concreto. (Se hereda de Object). | .gif) | GetType | Obtiene el objeto Type de la instancia actual. (Se hereda de Object). | .gif) | ImportAnyElement | Controla la importación de los elementos <xsd:any> en el esquema. (Se hereda de SchemaImporterExtension). | .gif) | ImportDefaultValue | Permite especificar el valor predeterminado para el tipo XSD que se está importando. (Se hereda de SchemaImporterExtension). | .gif) | ImportSchemaType(XmlSchemaType, XmlSchemaObject, XmlSchemas, XmlSchemaImporter, CodeCompileUnit, CodeNamespace, CodeGenerationOptions, CodeDomProvider) | Este miembro es compatible con la infraestructura de .NET Framework y no se debe utilizar directamente del código. (Invalida a SchemaImporterExtension..::.ImportSchemaType(XmlSchemaType, XmlSchemaObject, XmlSchemas, XmlSchemaImporter, CodeCompileUnit, CodeNamespace, CodeGenerationOptions, CodeDomProvider)). | .gif) | ImportSchemaType(String, String, XmlSchemaObject, XmlSchemas, XmlSchemaImporter, CodeCompileUnit, CodeNamespace, CodeGenerationOptions, CodeDomProvider) | Este miembro es compatible con la infraestructura de .NET Framework y no se debe utilizar directamente del código. (Invalida a SchemaImporterExtension..::.ImportSchemaType(String, String, XmlSchemaObject, XmlSchemas, XmlSchemaImporter, CodeCompileUnit, CodeNamespace, CodeGenerationOptions, CodeDomProvider)). | .gif) | MemberwiseClone | Crea una copia superficial del objeto Object actual. (Se hereda de Object). | .gif) | ToString | Devuelve una cadena que representa el objeto actual. (Se hereda de Object). | Arriba

Información de versión
.NET FrameworkCompatible con: 4, 3.5, 3.0, 2.0 .NET Framework Client ProfileCompatible con: 4, 3.5 SP1

Plataformas
Windows 7, Windows Vista SP1 o posterior, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (no se admite Server Core), Windows Server 2008 R2 (se admite Server Core con SP1 o posterior), Windows Server 2003 SP2
.NET Framework no admite todas las versiones de todas las plataformas. Para obtener una lista de las versiones compatibles, vea Requisitos de sistema de .NET Framework.

Seguridad para subprocesos
Todos los miembros static ( Shared en Visual Basic) públicos de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancias sean seguros para la ejecución de subprocesos.

Vea también
|