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 类

 

StreamErrorCode 属性

返回流本身报告的错误。

语法
Visual Basic
Public Readonly Property StreamErrorCode As ULStreamErrorCode
C#
public ULStreamErrorCode StreamErrorCode { get;}
属性值

表示流本身报告的错误的 ULStreamErrorCode 值之一;如果没有发生错误,则为 ULStreamErrorCode.NONE。

另请参见