Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
カラムがサイズ指定されたカラム (BINARY SQL 型または CHAR SQL 型) の場合は、指定されたカラム ID によって識別されたカラムのサイズを返します。
Public Function GetColumnSize(ByVal columnID As Integer) As Integer
public int GetColumnSize(int columnID)
columnID カラムの ID。値は、[0,ColumnCount-1] の範囲内であることが必要です。
指定された、サイズ指定されたカラムのサイズ。
ULException クラス SQL エラーが発生しました。