Sugerir traducción
 
Otros han sugerido:

progress indicator
No hay más sugerencias.
Evaluar y enviar comentarios
MSDN
MSDN Library
System.Data
 PropertyAttributes (Enumeración)
Contraer todo/Expandir todo Contraer todo
Ver contenido:  en paraleloVer contenido: en paralelo
.NET Framework Class Library
PropertyAttributes Enumeration

Note: This API is now obsolete.

Specifies the attributes of a property.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  System.Data
Assembly:  System.Data (in System.Data.dll)
Visual Basic
<ObsoleteAttribute("PropertyAttributes has been deprecated.  http://go.microsoft.com/fwlink/?linkid=14202")> _
<FlagsAttribute> _
Public Enumeration PropertyAttributes
C#
[ObsoleteAttribute("PropertyAttributes has been deprecated.  http://go.microsoft.com/fwlink/?linkid=14202")]
[FlagsAttribute]
public enum PropertyAttributes
Visual C++
[ObsoleteAttribute(L"PropertyAttributes has been deprecated.  http://go.microsoft.com/fwlink/?linkid=14202")]
[FlagsAttribute]
public enum class PropertyAttributes
F#
[<ObsoleteAttribute("PropertyAttributes has been deprecated.  http://go.microsoft.com/fwlink/?linkid=14202")>]
[<FlagsAttribute>]
type PropertyAttributes
Member nameDescription
Supported by the XNA FrameworkNotSupportedThe property is not supported by the provider.
Supported by the XNA FrameworkRequiredThe user must specify a value for this property before the data source is initialized.
Supported by the XNA FrameworkOptionalThe user does not need to specify a value for this property before the data source is initialized.
Supported by the XNA FrameworkReadThe user can read the property.
Supported by the XNA FrameworkWriteThe user can write to the property.

.NET Framework

Supported 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 Profile

Obsolete (compiler warning) in 4
Obsolete (compiler warning) in 3.5 SP1

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.
Biblioteca de clases de .NET Framework
PropertyAttributes (Enumeración)

Nota: esta API ya está obsoleta.

Especifica los atributos de una propiedad.

Esta enumeración tiene un atributo FlagsAttribute que permite una combinación bit a bit de los valores de miembro.

Espacio de nombres:  System.Data
Ensamblado:  System.Data (en System.Data.dll)
Visual Basic
<ObsoleteAttribute("PropertyAttributes has been deprecated.  http://go.microsoft.com/fwlink/?linkid=14202")> _
<FlagsAttribute> _
Public Enumeration PropertyAttributes
C#
[ObsoleteAttribute("PropertyAttributes has been deprecated.  http://go.microsoft.com/fwlink/?linkid=14202")]
[FlagsAttribute]
public enum PropertyAttributes
Visual C++
[ObsoleteAttribute(L"PropertyAttributes has been deprecated.  http://go.microsoft.com/fwlink/?linkid=14202")]
[FlagsAttribute]
public enum class PropertyAttributes
F#
[<ObsoleteAttribute("PropertyAttributes has been deprecated.  http://go.microsoft.com/fwlink/?linkid=14202")>]
[<FlagsAttribute>]
type PropertyAttributes
Nombre de miembroDescripción
Compatible con XNA FrameworkNotSupportedEl proveedor no admite la propiedad.
Compatible con XNA FrameworkRequiredEl usuario debe especificar un valor para esta propiedad antes de que se inicialice el origen de datos.
Compatible con XNA FrameworkOptionalEl usuario no tiene que especificar un valor para esta propiedad antes de que se inicialice el origen de datos.
Compatible con XNA FrameworkReadEl usuario puede leer la propiedad.
Compatible con XNA FrameworkWriteEl usuario puede escribir en la propiedad.

.NET Framework

Compatible 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 Profile

Obsoleto (advertencia del compilador) en 4
Obsoleto (advertencia del compilador) en 3.5 SP1

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.
Contenido de la comunidad   ¿Qué es Community Content?
Agregar contenido nuevo RSS  Anotaciones
Processing
© 2012 Microsoft. Reservados todos los derechos. Términos de uso | Marcas Registradas | Privacidad
Page view tracker