OdbcPermission Class
Enables the .NET Framework Data Provider for ODBC to help ensure that a user has a security level adequate to access an ODBC data source. This class cannot be inherited.
For a list of all members of this type, see OdbcPermission Members.
System.Object
System.Security.CodeAccessPermission
System.Data.Common.DBDataPermission
System.Data.Odbc.OdbcPermission
[Visual Basic] <Serializable> NotInheritable Public Class OdbcPermission Inherits DBDataPermission [C#] [Serializable] public sealed class OdbcPermission : DBDataPermission [C++] [Serializable] public __gc __sealed class OdbcPermission : public DBDataPermission [JScript] public Serializable class OdbcPermission extends DBDataPermission
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.
Remarks
This class is intended for future use when the .NET Framework Data Provider for ODBC is enabled for partial trust scenarios. The .NET Framework Data Provider for ODBD currently requires FullTrust permission. At present, using the OdbcPermission class has no effect. For more information, see Code Access Security and ADO.NET.
Requirements
Namespace: System.Data.Odbc
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)