.NET Framework Class Library DataSysDescriptionAttribute Class
Note: This API is now obsolete.
Marks a property, event, or extender with a description. Visual designers can display this description when referencing the member.

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

Syntax
<AttributeUsageAttribute(AttributeTargets.All)> _
<ObsoleteAttribute("DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202", _
False)> _
Public Class DataSysDescriptionAttribute _
Inherits DescriptionAttribute
[AttributeUsageAttribute(AttributeTargets.All)]
[ObsoleteAttribute("DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202",
false)]
public class DataSysDescriptionAttribute : DescriptionAttribute
[AttributeUsageAttribute(AttributeTargets::All)]
[ObsoleteAttribute(L"DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202",
false)]
public ref class DataSysDescriptionAttribute : public DescriptionAttribute
[<AttributeUsageAttribute(AttributeTargets.All)>]
[<ObsoleteAttribute("DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202",
false)>]
type DataSysDescriptionAttribute =
class
inherit DescriptionAttribute
end
The DataSysDescriptionAttribute type exposes the following members.

Constructors
|
| Name | Description |
|---|
.gif) | DataSysDescriptionAttribute | Obsolete. Initializes a new instance of the DataSysDescriptionAttribute class using the specified description string. | Top

Properties

Methods

Explicit Interface Implementations

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 DataSysDescriptionAttribute (Clase)
Nota: esta API ya está obsoleta.
Marca una propiedad, un evento o un extensor con una descripción. Los diseñadores visuales pueden mostrar esta descripción al hacer referencia al miembro.

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

Sintaxis
<AttributeUsageAttribute(AttributeTargets.All)> _
<ObsoleteAttribute("DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202", _
False)> _
Public Class DataSysDescriptionAttribute _
Inherits DescriptionAttribute
[AttributeUsageAttribute(AttributeTargets.All)]
[ObsoleteAttribute("DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202",
false)]
public class DataSysDescriptionAttribute : DescriptionAttribute
[AttributeUsageAttribute(AttributeTargets::All)]
[ObsoleteAttribute(L"DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202",
false)]
public ref class DataSysDescriptionAttribute : public DescriptionAttribute
[<AttributeUsageAttribute(AttributeTargets.All)>]
[<ObsoleteAttribute("DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202",
false)>]
type DataSysDescriptionAttribute =
class
inherit DescriptionAttribute
end
El tipo DataSysDescriptionAttribute expone los siguientes miembros.

Constructores
|
| Nombre | Descripción |
|---|
.gif) | DataSysDescriptionAttribute | Obsoleto. Inicializa una nueva instancia de la clase DataSysDescriptionAttribute utilizando la cadena de descripción especificada. | Arriba

Propiedades

Métodos

Implementaciones explícitas de interfaces

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
|