PropertyAttributes Enumeration
.NET Framework 3.0
NOTE: This enumeration 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.DataAssembly: System.Data (in system.data.dll)
'Declaration <FlagsAttribute> _ <ObsoleteAttribute("PropertyAttributes has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")> _ Public Enumeration PropertyAttributes 'Usage Dim instance As PropertyAttributes
/** @attribute FlagsAttribute() */
/** @attribute ObsoleteAttribute("PropertyAttributes has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202") */
public enum PropertyAttributes
FlagsAttribute ObsoleteAttribute("PropertyAttributes has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202") public enum PropertyAttributes
| Member name | Description | |
|---|---|---|
![]() | NotSupported | The property is not supported by the provider. |
![]() | Optional | The user does not need to specify a value for this property before the data source is initialized. |
![]() | Read | The user can read the property. |
![]() | Required | The user must specify a value for this property before the data source is initialized. |
![]() | Write | The user can write to the property. |
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show:
