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 リファレンス » ULConnection クラス » CountUploadRows メソッド

 

CountUploadRows(String, UInt32) メソッド

UL 拡張:次回の同期でアップロードする必要のあるロー数を返します。

構文
Visual Basic
Public Function CountUploadRows( _
   ByVal pubs As String, _
   ByVal threshold As UInt32 _
) As UInt32
C#
public uint CountUploadRows(
   string  pubs,
   uint threshold
);
パラメータ
  • pubs   ローをチェックするパブリケーションのカンマ区切りのリスト。

  • threshold   カウントするローの最大数。CountUploadRows の所要時間を制限します。値 0 は制限が最大であることを示します。値 1 は、同期の必要なローがあるかどうかを判別する場合に使用します。

戻り値

指定されたパブリケーションからアップロードする必要のあるロー数。

参照