Enables the SQL Anywhere .NET Data Provider to ensure that a user has a security level adequate to access a SQL Anywhere data source.
Public NotInheritable Class SAPermission Inherits System.Data.Common.DBDataPermission
public sealed class SAPermission : System.Data.Common.DBDataPermission
All members of SAPermission class, including all inherited members.
Name | Description |
---|---|
Initializes a new instance of the SAPermission class. | |
Add method (Inherited from System.Data.Common.DBDataPermission) |
Adds access for the specified connection string to the existing state of the DBDataPermission. |
Clear method (Inherited from System.Data.Common.DBDataPermission) |
Removes all permissions that were previous added using the System.Data.Common.DBDataPermission.Add(System.String,System.String,System.Data.KeyRestrictionBehavior) method. |
Copy method (Inherited from System.Data.Common.DBDataPermission) |
Creates and returns an identical copy of the current permission object. |
FromXml method (Inherited from System.Data.Common.DBDataPermission) |
Reconstructs a security object with a specified state from an XML encoding. |
Intersect method (Inherited from System.Data.Common.DBDataPermission) |
Returns a new permission object representing the intersection of the current permission object and the specified permission object. |
IsSubsetOf method (Inherited from System.Data.Common.DBDataPermission) |
Returns a value indicating whether the current permission object is a subset of the specified permission object. |
IsUnrestricted method (Inherited from System.Data.Common.DBDataPermission) |
Returns a value indicating whether the permission can be represented as unrestricted without any knowledge of the permission semantics. |
ToXml method (Inherited from System.Data.Common.DBDataPermission) |
Creates an XML encoding of the security object and its current state. |
Union method (Inherited from System.Data.Common.DBDataPermission) |
Returns a new permission object that is the union of the current and specified permission objects. |
AllowBlankPassword property (Inherited from System.Data.Common.DBDataPermission) |
Gets a value indicating whether a blank password is allowed. |
Base classes DBDataPermission
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |