Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SAPermissionAttribute class

SAPermissionAttribute class Next Page

SAPermissionAttribute members


Public constructors
Member nameDescription
SAPermissionAttribute constructor Initializes a new instance of the SAPermissionAttribute class.
Public properties
Member nameDescription
[external link] Action (inherited from SecurityAttribute)
[external link] AllowBlankPassword (inherited from DBDataPermissionAttribute)
[external link] ConnectionString (inherited from DBDataPermissionAttribute)
[external link] KeyRestrictionBehavior (inherited from DBDataPermissionAttribute)
[external link] KeyRestrictions (inherited from DBDataPermissionAttribute)
[external link] TypeId (inherited from Attribute)
[external link] Unrestricted (inherited from SecurityAttribute)
Public methods
Member nameDescription
CreatePermission method Returns an SAPermission object that is configured according to the attribute properties.
[external link] Equals (inherited from Attribute)
[external link] GetHashCode (inherited from Attribute)
[external link] IsDefaultAttribute (inherited from Attribute)
[external link] Match (inherited from Attribute)
[external link] ShouldSerializeConnectionString (inherited from DBDataPermissionAttribute)
[external link] ShouldSerializeKeyRestrictions (inherited from DBDataPermissionAttribute)
See also