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 リファレンス » 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 クラスを参照してください。

参照