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

SQL Anywhere 11.0.1 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0)

 

SAPermission class

Enables the SQL Anywhere .NET Data Provider to ensure that a user has a security level adequate to access a SQL Anywhere data source. This class cannot be inherited.

Syntax
Visual Basic

Public NotInheritable Class SAPermission 
  Inherits DBDataPermission
C#

public sealed class SAPermission : DBDataPermission
Remarks

Base classes [external link] DBDataPermission

See also

SAPermission members
SAPermission constructor