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

SQL Anywhere 11.0.1 (中文) » MobiLink - 客户端管理 » 用于 MobiLink 的 SQL Anywhere 客户端 » Dbmlsync API » 适用于 C++ 的 Dbmlsync API

 

InstantiateClient 方法

调用 InstantiateClient 方法以实例化 DbmlsyncClient 类。

语法
static DbmlsyncClient *InstantiateClient(  );
注释

此方法返回的指针可用于调用此类中的其余方法。当您使用完由 InstantiateClient 返回的实例之后,可通过调用指针上的删除将其取消。

返回值

将指针返回到已创建的新实例。

如发生错误则返回空值。