Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » Ultra Light - .NET プログラミング » Ultra Light .NET 2.0 API リファレンス » ULTableSchema クラス

 

GetPublicationPredicate メソッド

指定されたパブリケーションに含まれているテーブルのパブリケーション述部を返します。

構文
Visual Basic
Public Function GetPublicationPredicate( _
   ByVal pubName As String _
) As String
C#
public string  GetPublicationPredicate(
   string  pubName
);
パラメータ
  • pubName   パブリケーションの名前。

戻り値

文字列として返されるパブリケーション述部。

参照