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 类

 

Publications 属性

指定要同步的发布。

语法
Visual Basic
Public Property Publications As String
C#
public string  Publications { get; set; }
属性值

包含发布名列表的字符串,以逗号 (,) 分隔;或特殊值 ULPublicationSchema.SYNC_ALL_PUBS 或特殊值 ULPublicationSchema.SYNC_ALL_DB。缺省值为 ULPublicationSchema.SYNC_ALL_DB。有关详细信息,请参见ULPublicationSchema 类

另请参见