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 类

 

ExecuteNextSQLPassthroughScript 方法

执行下一个待执行的 SQL 直通脚本。

语法
Visual Basic
Public Sub ExecuteNextSQLPassthroughScript()
C#
public void ExecuteNextSQLPassthroughScript();
注释

同步可能导致同时下载多个 SQL 直通脚本。

另请参见