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

 

GetPublicationPredicate 方法

返回指定发布中此表的发布谓语。

语法
Visual Basic
Public Function GetPublicationPredicate( _
   ByVal pubName As String _
) As String
C#
public string  GetPublicationPredicate(
   string  pubName
);
参数
  • pubName   发布的名称。

返回值

字符串形式的发布谓语。

另请参见