📄 tabsadvindexdefs_addindexdef.htm
字号:
<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>TABSAdvIndexDefs.AddIndexDef
<br>
</b><span style="font-family:Helv; font-size:9pt; color:#000000"><span style="font-family:Helv; font-size:9pt; color:#7F0000"><a href=tabsadvindexdefs.htm>TABSAdvIndexDefs</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>
</font>
</td>
</tr>
</table>
<br><br>
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">Creates a new index definition object and adds it to the Items property.
<br>
<br>
<b>function</b> AddIndexDef: <a href=tabsadvindexdef.htm>TABSAdvIndexDef</a>;
<br>
<br>
<b>Description</b>
<br>
Call AddIndexDef to add index definitions when creating a database table. AddIndexDef returns the new TABSAdvIndexDef object that was added to the AdvIndexDefs collection of index definitions. After calling AddIndexDef, set the properties of the newly added TABSAdvIndexDef object to specify the name, type, and other options of index that will be created.
<br>
<br>
<b>Note</b>: AddIndexDef is valid in the context of creating index definitions for a table to be created with a subsequent call to the CreateTable method. It also can be used to add indexes to an already-existing table when used with <a href=tabstable_restructureindexdef.htm>RestructureIndexDefs</a> property of TABSTable component.
<br>
</span>
<!--#include virtual="/inc/footer.php"-->
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -