Enables the SQL Anywhere .NET Data Provider to ensure that a user has a security level adequate to access a SQL Anywhere data source.
Visual Basic syntaxPublic NotInheritable Class SAPermission Inherits System.Data.Common.DBDataPermission
C# syntaxpublic sealed class SAPermission : System.Data.Common.DBDataPermission
Base classes
MembersAll members of SAPermission class, including all inherited members.
| Name | Description |
|---|---|
| Initializes a new instance of the SAPermission class. | |
|
|
Adds access for the specified connection string to the existing state of the DBDataPermission. |
|
|
Removes all permissions that were previous added using the System.Data.Common.DBDataPermission.Add(System.String,System.String,System.Data.KeyRestrictionBehavior) method.
|
|
|
Creates and returns an identical copy of the current permission object. |
|
|
Reconstructs a security object with a specified state from an XML encoding. |
|
|
Returns a new permission object representing the intersection of the current permission object and the specified permission object. |
|
|
Returns a value indicating whether the current permission object is a subset of the specified permission object. |
|
|
Returns a value indicating whether the permission can be represented as unrestricted without any knowledge of the permission semantics. |
|
|
Creates an XML encoding of the security object and its current state. |
|
|
Returns a new permission object that is the union of the current and specified permission objects. |
|
|
Gets a value indicating whether a blank password is allowed. |
RemarksBase classes DBDataPermission
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |
