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 参考

 

ULPublicationSchema 类

UL Ext.: 表示 UltraLite 发布的模式。此类无法继承。

语法
Visual Basic
Public NotInheritable Class ULPublicationSchema
C#
public sealed class ULPublicationSchema
注释

没有用于此类的构造函数。发布模式是使用 ULDatabaseSchema 类的 ULDatabaseSchema.GetPublicationSchema 方法创建的。

一些需要使用发布的方法也采用以逗号分隔的发布列表。

此类还提供两个特殊的发布值。ULPublicationSchema.SYNC_ALL_DB 对应于整个数据库。ULPublicationSchema.SYNC_ALL_PUBS 对应于所有发布。

另请参见

ULPublicationSchema 成员
SYNC_ALL_DB 字段
SYNC_ALL_PUBS 字段
IsOpen 属性
Name 属性