OraclePermissionAttribute.KeyRestrictions 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置允许或不允许的连接字符串参数。
public:
property System::String ^ KeyRestrictions { System::String ^ get(); void set(System::String ^ value); };
public string KeyRestrictions { get; set; }
member this.KeyRestrictions : string with get, set
Public Property KeyRestrictions As String
属性值
允许或不允许的一个和多个连接字符串参数。
注解
连接字符串参数以 = 格式进行标识。 可指定多个参数,并用分号 (;) 进行分隔。 列出的连接字符串参数可以标识为允许的唯一附加参数,或者不允许使用 KeyRestrictionBehavior 属性的其他参数。
如果未指定键限制,并且 属性KeyRestrictionBehavior设置为 AllowOnly
,则不允许使用其他连接字符串参数。
如果未指定键限制,并且 属性KeyRestrictionBehavior设置为 PreventUsage
,则允许其他连接字符串参数。 如果为同一连接字符串设置了多个规则,则会在权限检查期间选择限制性更高的规则。