次の方法で共有


KeyRestrictionBehavior 列挙体

メモ : この名前空間、クラス、およびメンバは、.NET Framework Version 1.1 だけでサポートされています。

許可されている、または、許可されていないことのいずれかを表す KeyRestrictions プロパティで指定された、接続文字列パラメータのリストを示します。

<Serializable>
Public Enum KeyRestrictionBehavior
[C#]
[Serializable]
public enum KeyRestrictionBehavior
[C++]
[Serializable]
__value public enum KeyRestrictionBehavior
[JScript]
public
   Serializable
enum KeyRestrictionBehavior

メンバ

メンバ名 説明
AllowOnly 既定。許可されている追加接続文字列パラメータだけを示します。
PreventUsage 許可されていない追加接続文字列パラメータを示します。

必要条件

名前空間: System.Data

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

アセンブリ: System.Data (System.Data.dll 内)

参照

System.Data 名前空間