.NET Framework Class Library TypedDataSetGenerator Class
Note: This API is now obsolete.
Used to create a strongly typed DataSet.

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

Syntax
<ObsoleteAttribute("TypedDataSetGenerator class will be removed in a future release. Please use System.Data.Design.TypedDataSetGenerator in System.Design.dll.")> _
<HostProtectionAttribute(SecurityAction.LinkDemand, SharedState := True, Synchronization := True)> _
Public Class TypedDataSetGenerator
[ObsoleteAttribute("TypedDataSetGenerator class will be removed in a future release. Please use System.Data.Design.TypedDataSetGenerator in System.Design.dll.")]
[HostProtectionAttribute(SecurityAction.LinkDemand, SharedState = true, Synchronization = true)]
public class TypedDataSetGenerator
[ObsoleteAttribute(L"TypedDataSetGenerator class will be removed in a future release. Please use System.Data.Design.TypedDataSetGenerator in System.Design.dll.")]
[HostProtectionAttribute(SecurityAction::LinkDemand, SharedState = true, Synchronization = true)]
public ref class TypedDataSetGenerator
[<ObsoleteAttribute("TypedDataSetGenerator class will be removed in a future release. Please use System.Data.Design.TypedDataSetGenerator in System.Design.dll.")>]
[<HostProtectionAttribute(SecurityAction.LinkDemand, SharedState = true, Synchronization = true)>]
type TypedDataSetGenerator = class end
The TypedDataSetGenerator type exposes the following members.

Constructors

Methods

Remarks
The TypedDataSetGenerator class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.

Version Information
.NET FrameworkSupported in: 1.1, 1.0 Obsolete (compiler warning) in 4 Obsolete (compiler warning) in 3.5 Obsolete (compiler warning) in 3.5 SP1 Obsolete (compiler warning) in 3.0 Obsolete (compiler warning) in 3.0 SP1 Obsolete (compiler warning) in 3.0 SP2 Obsolete (compiler warning) in 2.0 Obsolete (compiler warning) in 2.0 SP1 Obsolete (compiler warning) in 2.0 SP2 .NET Framework Client ProfileObsolete (compiler warning) in 4 Obsolete (compiler warning) in 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 TypedDataSetGenerator (Clase)
Nota: esta API ya está obsoleta.
Se utiliza para crear un DataSet con establecimiento inflexible de tipos.

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

Sintaxis
<ObsoleteAttribute("TypedDataSetGenerator class will be removed in a future release. Please use System.Data.Design.TypedDataSetGenerator in System.Design.dll.")> _
<HostProtectionAttribute(SecurityAction.LinkDemand, SharedState := True, Synchronization := True)> _
Public Class TypedDataSetGenerator
[ObsoleteAttribute("TypedDataSetGenerator class will be removed in a future release. Please use System.Data.Design.TypedDataSetGenerator in System.Design.dll.")]
[HostProtectionAttribute(SecurityAction.LinkDemand, SharedState = true, Synchronization = true)]
public class TypedDataSetGenerator
[ObsoleteAttribute(L"TypedDataSetGenerator class will be removed in a future release. Please use System.Data.Design.TypedDataSetGenerator in System.Design.dll.")]
[HostProtectionAttribute(SecurityAction::LinkDemand, SharedState = true, Synchronization = true)]
public ref class TypedDataSetGenerator
[<ObsoleteAttribute("TypedDataSetGenerator class will be removed in a future release. Please use System.Data.Design.TypedDataSetGenerator in System.Design.dll.")>]
[<HostProtectionAttribute(SecurityAction.LinkDemand, SharedState = true, Synchronization = true)>]
type TypedDataSetGenerator = class end
El tipo TypedDataSetGenerator expone los siguientes miembros.

Constructores

Comentarios
La clase TypedDataSetGenerator no está diseñada para utilizarla como componente independiente, sino como una clase de la que otras derivan una funcionalidad estándar.

Información de versión
.NET FrameworkCompatible con: 1.1, 1.0 Obsoleto (advertencia del compilador) en 4 Obsoleto (advertencia del compilador) en 3.5 Obsoleto (advertencia del compilador) en 3.5 SP1 Obsoleto (advertencia del compilador) en 3.0 Obsoleto (advertencia del compilador) en 3.0 SP1 Obsoleto (advertencia del compilador) en 3.0 SP2 Obsoleto (advertencia del compilador) en 2.0 Obsoleto (advertencia del compilador) en 2.0 SP1 Obsoleto (advertencia del compilador) en 2.0 SP2 .NET Framework Client ProfileObsoleto (advertencia del compilador) en 4 Obsoleto (advertencia del compilador) en 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
|