KeyRestrictionBehavior 枚举

定义

标识由 KeyRestrictions 属性标识的连接字符串参数列表,这些参数是允许的还是不允许的。

public enum class KeyRestrictionBehavior
public enum KeyRestrictionBehavior
[System.Serializable]
public enum KeyRestrictionBehavior
type KeyRestrictionBehavior = 
[<System.Serializable>]
type KeyRestrictionBehavior = 
Public Enum KeyRestrictionBehavior
继承
KeyRestrictionBehavior
属性

字段

名称 说明
AllowOnly 0

违约。 标识允许的唯一附加连接字符串参数。

PreventUsage 1

标识不允许的其他连接字符串参数。

适用于