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

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULConnection 类

 

RevokeConnectFrom 方法

UL Ext.: 撤消指定的用户 ID 访问 UltraLite 数据库的权限。

语法
Visual Basic
Public Sub RevokeConnectFrom( _
   ByVal uid As String _
)
C#
public void RevokeConnectFrom(
   string  uid
);
参数
  • uid   要撤消其数据库访问权限的用户 ID。

另请参见