OleDbPermissionAttribute Class
Associates a security action with a custom security attribute.
For a list of all members of this type, see OleDbPermissionAttribute Members.
System.Object
System.Attribute
System.Security.Permissions.SecurityAttribute
System.Security.Permissions.CodeAccessSecurityAttribute
System.Data.Common.DBDataPermissionAttribute
System.Data.OleDb.OleDbPermissionAttribute
[Visual Basic] <AttributeUsage(AttributeTargets.Assembly Or AttributeTargets.Class _ Or AttributeTargets.Struct Or AttributeTargets.Constructor Or _ AttributeTargets.Method)> <Serializable> NotInheritable Public Class OleDbPermissionAttribute Inherits DBDataPermissionAttribute [C#] [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Constructor | AttributeTargets.Method)] [Serializable] public sealed class OleDbPermissionAttribute : DBDataPermissionAttribute [C++] [AttributeUsage(AttributeTargets::Assembly | AttributeTargets::Class | AttributeTargets::Struct | AttributeTargets::Constructor | AttributeTargets::Method)] [Serializable] public __gc __sealed class OleDbPermissionAttribute : public DBDataPermissionAttribute [JScript] public AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Constructor | AttributeTargets.Method) Serializable class OleDbPermissionAttribute extends DBDataPermissionAttribute
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 OLE DB is enabled for partial trust scenarios. The .NET Framework Data Provider for OLE DB currently requires FullTrust permission. At present, using the OleDbPermissionAttribute class has no effect. For more information, see Code Access Security and ADO.NET.
Requirements
Namespace: System.Data.OleDb
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
OleDbPermissionAttribute Members | System.Data.OleDb Namespace