Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
用于使用指定列搜索表的最佳索引。
Public Function GetOptimalIndex(ByVal columnID As Integer) As String
public string GetOptimalIndex(int columnID)
columnID 列的 ID 号。表中第一列的 ID 值为 0。
表示指定列的最佳索引的 ULIndexSchema 对象。
ULException 类 发生 SQL 错误。
指定列是索引中的第一列,但索引可以有多列。