Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定されたカラムのデフォルト値を返します。
Public Function GetColumnDefaultValue( ByVal columnID As Integer ) As String
public string GetColumnDefaultValue(int columnID)
columnID カラムの ID 番号。値は、[0,ULCursorSchema.ColumnCount-1] の範囲内であることが必要です。テーブルの先頭カラムの ID 値は 0 です。
指定されたカラムの文字列としてのデフォルト値。デフォルト値が NULL の場合は NULL 参照 (Visual Basic の Nothing)。
ULException クラス SQL エラーが発生しました。