Freigeben über


DBDataPermissionAttribute.AllowBlankPassword-Eigenschaft

Ruft einen Wert ab, der angibt, ob ein leeres Kennwort zulässig ist, oder legt diesen fest.

Namespace: System.Data.Common
Assembly: System.Data (in system.data.dll)

Syntax

'Declaration
Public Property AllowBlankPassword As Boolean
'Usage
Dim instance As DBDataPermissionAttribute
Dim value As Boolean

value = instance.AllowBlankPassword

instance.AllowBlankPassword = value
public bool AllowBlankPassword { get; set; }
public:
property bool AllowBlankPassword {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_AllowBlankPassword ()

/** @property */
public void set_AllowBlankPassword (boolean value)
public function get AllowBlankPassword () : boolean

public function set AllowBlankPassword (value : boolean)

Eigenschaftenwert

true, wenn ein leeres Kennwort zulässig ist, andernfalls false.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

DBDataPermissionAttribute-Klasse
DBDataPermissionAttribute-Member
System.Data.Common-Namespace