This documentation is archived and is not being maintained.
KeyRestrictionBehavior Enumeration
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Identifies a list of connection string parameters identified by the KeyRestrictions property that are either allowed or not allowed.
[Visual Basic] <Serializable> Public Enum KeyRestrictionBehavior [C#] [Serializable] public enum KeyRestrictionBehavior [C++] [Serializable] __value public enum KeyRestrictionBehavior [JScript] public Serializable enum KeyRestrictionBehavior
Members
| Member name | Description |
|---|---|
| AllowOnly | Default. Identifies the only additional connection string parameters that are allowed. |
| PreventUsage | Identifies additional connection string parameters that are not allowed. |
Requirements
Namespace: System.Data
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Data (in System.Data.dll)
See Also
Show: