Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
このカーソル内のカラム数を返します。
Public ReadOnly Property ColumnCount As Short
public short ColumnCount {get;}
カーソル内のカラム数。カーソルのスキーマが閉じている場合は 0。
カラム ID の範囲は、0 ~ ColumnCount-1 です。
カラムの ID とカウントは、スキーマのアップグレード中に変更されることがあります。カラムを正しく識別するには、名前でアクセスするか、キャッシュされている ID とカウントをスキーマのアップグレード後にリフレッシュします。