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

 

Stream 属性

指定用于同步的 MobiLink 同步流。

语法
Visual Basic
Public Property Stream As ULStreamType
C#
public ULStreamType Stream { get; set; }
属性值

ULStreamType 值之一,用于指定要使用的同步流类型。缺省值为 ULStreamType.TCPIP。

注释

大多数同步流都需要用一些参数来标识 MobiLink 服务器地址和控制其它行为。这些参数由 ULSyncParms.StreamParms 提供。

如果设置的流类型值在平台上无效,则流类型将被设置为 ULStreamType.TCPIP。

另请参见