Freigeben über


DBDataPermissionAttribute.KeyRestrictionBehavior-Eigenschaft

Gibt an, ob die Liste von Parametern für Verbindungszeichenfolgen, die durch die KeyRestrictions-Eigenschaft angegeben ist, die einzigen zulässigen Parameter für Verbindungszeichenfolgen enthält.

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

Syntax

'Declaration
Public Property KeyRestrictionBehavior As KeyRestrictionBehavior
'Usage
Dim instance As DBDataPermissionAttribute
Dim value As KeyRestrictionBehavior

value = instance.KeyRestrictionBehavior

instance.KeyRestrictionBehavior = value
public KeyRestrictionBehavior KeyRestrictionBehavior { get; set; }
public:
property KeyRestrictionBehavior KeyRestrictionBehavior {
    KeyRestrictionBehavior get ();
    void set (KeyRestrictionBehavior value);
}
/** @property */
public KeyRestrictionBehavior get_KeyRestrictionBehavior ()

/** @property */
public void set_KeyRestrictionBehavior (KeyRestrictionBehavior value)
public function get KeyRestrictionBehavior () : KeyRestrictionBehavior

public function set KeyRestrictionBehavior (value : KeyRestrictionBehavior)

Eigenschaftenwert

Einer der KeyRestrictionBehavior-Werte.

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

Siehe auch

Referenz

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