DBDataPermissionAttribute.KeyRestrictions 属性

获取或设置允许或不允许的连接字符串参数。

**命名空间:**System.Data.Common
**程序集:**System.Data(在 system.data.dll 中)

语法

声明
Public Property KeyRestrictions As String
用法
Dim instance As DBDataPermissionAttribute
Dim value As String

value = instance.KeyRestrictions

instance.KeyRestrictions = value
public string KeyRestrictions { get; set; }
public:
property String^ KeyRestrictions {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_KeyRestrictions ()

/** @property */
public void set_KeyRestrictions (String value)
public function get KeyRestrictions () : String

public function set KeyRestrictions (value : String)

属性值

允许或不允许的一个和多个连接字符串参数。

备注

连接字符串参数以 <parameter name>= 的形式标识。可指定多个参数,并用分号 (;) 分隔。通过使用 KeyRestrictionBehavior,列出的连接字符串参数既可以只标识允许的其他参数,也可以标识禁止使用的其他参数。

如果没有指定键限制,而且 KeyRestrictionBehavior 属性设置为 AllowOnly,则不允许使用其他连接字符串参数。

如果没有指定键限制,并且 KeyRestrictionBehavior 属性被设置为 PreventUsage,则允许使用其他连接字符串参数。如果为同一连接字符串设置了多个规则,则在权限检查过程中将选择限制更为严格的规则。

平台

Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1

请参见

参考

DBDataPermissionAttribute 类
DBDataPermissionAttribute 成员
System.Data.Common 命名空间