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

SQL Anywhere 11.0.0 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULConnection class

 

RevokeConnectFrom method

UL Ext.: Revokes access to an UltraLite database from the specified user ID.

Syntax
Visual Basic

Public Sub RevokeConnectFrom( _
   ByVal uid As String _
)
C#

public void RevokeConnectFrom(
   string  uid
);
Parameters
  • uid   The user ID whose access to the database is being revoked.

See also