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

Default. 許可されている追加の接続文字列パラメーターのみを識別します。

PreventUsage 1

許可されていない追加の接続文字列 パラメーターを識別します。

適用対象