KeyRestrictionBehavior 列舉

定義

識別由 KeyRestrictions 屬性所識別的 連接字串 參數清單,這些參數可被允許或不可使用。

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

欄位

名稱 Description
AllowOnly 0

預設值。 識別唯一允許的額外 連接字串 參數。

PreventUsage 1

識別不允許的額外 連接字串 參數。

適用於