|
|
@@ -14,9 +14,10 @@ using System.Security.Permissions;
|
|
|
|
|
|
namespace System.Data.Odbc
|
|
|
{
|
|
|
- [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class
|
|
|
- | AttributeTargets.Struct | AttributeTargets.Constructor |
|
|
|
- AttributeTargets.Method)]
|
|
|
+ [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class |
|
|
|
+ AttributeTargets.Struct | AttributeTargets.Constructor |
|
|
|
+ AttributeTargets.Method, AllowMultiple=true,
|
|
|
+ Inherited=false)]
|
|
|
[Serializable]
|
|
|
public sealed class OdbcPermissionAttribute : DBDataPermissionAttribute
|
|
|
{
|