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 リファレンス » ULCursorSchema クラス

 

GetColumnScale メソッド

カラムが数値カラム (SQL NUMERIC 型) の場合は、指定されたカラム ID によって識別されたカラムの位取りを返します。

構文
Visual Basic
Public Function GetColumnScale( _
   ByVal columnID As Integer _
) As Integer
C#
public int GetColumnScale(
   int columnID
);
パラメータ
  • columnID   カラムの ID。値は、[0,ColumnCount-1] の範囲内であることが必要です。

戻り値

指定された数値カラムの位取り。

参照