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

SQL Anywhere 11.0.1 (Français) » 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

 

SAPermission constructor

Initializes a new instance of the SAPermission class.

Syntax
Visual Basic

Public Sub New( _
   ByVal state As PermissionState _
)
C#

public  SAPermission(
   PermissionState state
);
Parameters
  • state   One of the PermissionState values.

See also