Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定されたカラムに割り当てられているグローバルオートインクリメントの分割サイズを返します。
Public Function GetColumnPartitionSize( ByVal columnID As Integer ) As ULong
public ulong GetColumnPartitionSize(int columnID)
columnID カラムの ID 番号。値は、[0,ULCursorSchema.ColumnCount-1] の範囲内であることが必要です。テーブルの先頭カラムの ID 値は 0 です。
カラムのグローバルオートインクリメントの分割サイズ (System.UInt64)。
ULException クラス SQL エラーが発生しました。
テーブルのすべてのグローバルオートインクリメントカラムは、同じグローバルオートインクリメントの分割サイズを共有します。