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 参考 » ULSyncResult 类

 

IgnoredRows 属性

检查在上次同步过程中是否忽略了任何上载行。

语法
Visual Basic
Public Readonly Property IgnoredRows As Boolean
C#
public bool IgnoredRows { get;}
属性值

如果上次同步过程中忽略了任何已上载的行,则返回 true;如果未忽略行,则返回 false。

另请参见