次の方法で共有


DBDataPermissionAttribute.AllowBlankPassword プロパティ

空白のパスワードを許可するかどうかを示す値を取得または設定します。

Public Property AllowBlankPassword As Boolean
[C#]
public bool AllowBlankPassword {get; set;}
[C++]
public: __property bool get_AllowBlankPassword();public: __property void set_AllowBlankPassword(bool);
[JScript]
public function get AllowBlankPassword() : Boolean;public function set AllowBlankPassword(Boolean);

プロパティ値

空白のパスワードを許可する場合は true 。それ以外の場合は false

必要条件

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

参照

DBDataPermissionAttribute クラス | DBDataPermissionAttribute メンバ | System.Data.Common 名前空間