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

RemoveAt(String) method Next Page

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