Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定されたカラムのデフォルトがオートインクリメントに設定されているかどうかをチェックします。
Public Function IsColumnAutoIncrement( ByVal columnID As Integer ) As Boolean
public bool IsColumnAutoIncrement(int columnID)
columnID カラムの ID 番号。値は、[0,ULCursorSchema.ColumnCount-1] の範囲内であることが必要です。テーブルの先頭カラムの ID 値は 0 です。
カラムがオートインクリメントされる場合は true、オートインクリメントされない場合は false。
ULException クラス SQL エラーが発生しました。