Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定域控制器服务器的名称,此服务器用于查找集成登录的 Windows 用户组成员资格。
字符串
NULL
只能为 PUBLIC 组设置。需要 DBA 权限。
当使用 Windows 用户组进行集成登录时,具有 DBA 权限的用户可以使用此选项来指定用于查找组成员资格的域控制器服务器的名称。缺省情况下,使用运行 SQL Anywhere 的计算机来验证组成员资格。
以下示例指定在计算机 server-1 上验证组成员资格。
SET OPTION PUBLIC.integrated_server_name = '\\server-1';