返回索引中的列数。
Visual Basic Public Readonly Property ColumnCount As Short
C# public short ColumnCount { get;}
索引中的列数。
在索引中,列序号的范围是从 1 到 ColumnCount(含 1 和 ColumnCount)。
列序号和计数在模式升级过程中可能会发生变化。索引中的列序号与表或其它索引中的列 ID 不同,即使它们引用特定表中的同一个物理列。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |