tabsadvindexdef_maxindexedsize.htm

来自「Absolute Database 5.12 src. Absolute Da」· HTM 代码 · 共 54 行

HTM
54
字号
<html>
<head>
   <title></title>
</head>

<!--#include virtual="/inc/header.php"-->


<table width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="#FFFFFF">
  <tr>
    <td align="left">
      
<span style="font-family:Helvetica,Arial; font-size:12pt; color:#000000"><b>TABSAdvIndexDef.MaxIndexedSizes
<br>
</b><span style="font-family:Helv; font-size:9pt; color:#000000"><span style="font-family:Helv; font-size:9pt; color:#7F0000"><a href=tabsadvindexdef.htm>TABSAdvIndexDef</a></span></span><span style="font-family:Helvetica,Arial; font-size:12pt; color:#000000"><b>
<br>
</b></span></span>
    </td>
    <td align="right">
     <font face="Arial" size="2">
     
     <a href="overview.htm">Top</a>&nbsp;
     
     </font>
    </td>
  </tr>
</table>
<br><br>



<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">Specifies the maximum indexed sizes of fields that comprise the index.
<br>

<br>
<b>property</b> MaxIndexedSizes: <b>String</b>;
<br>

<br>
<b>Description</b>
<br>
When creating an index, you may set MaxIndexedSizes to a list of sizes separated by semicolons (no semicolon is required if there is only one field in the index). The order of field names in the string determines the order of fields in the index.
<br>

<br>
The maximum indexed size is typically used for string fields to limit the size of its index. For example if String field is of 100 characters length, you can index only first 20 bytes by setting MaxIndexedSizes to '20'.
<br>

<br>
</span>

<!--#include virtual="/inc/footer.php"--> 
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?