<td valign="top">DocSubject</td><br>
<td valign="top">文档的主题</td><br>
</tr><br>
<tr><br>
<td valign="top">DocAuthor</td><br>
<td valign="top">文档的作者</td><br>
</tr><br>
<tr><br>
<td valign="top">DocKeywords</td><br>
<td valign="top">文档中的关键字</td><br>
</tr><br>
<tr><br>
<td valign="top">DocComments</td><br>
<td valign="top">文档中的注释</td><br>
</tr><br>
</table><br>
<br>
<p>属性名的完整列表,请参阅本页后面的<a href=../../"#PropertyNamesList">属性名列表</a> 。</p><br>
<br>
<h2><a name="RelationalOperators">关系运算符</a></h2><br>
<br>
<p>关系运算符用于关系属性查询中。</p><br>
<br>
<table border="1" cellpadding="4" cellspacing="1" width="100%"><br>
<tr><br>
<th align="Left" valign="bottom" bgcolor="#C0C0C0" width=33%>搜索目标</th><br>
<th align="Left" valign="bottom" bgcolor="#C0C0C0" width=33%>示例</th><br>
<th align="Left" valign="bottom" bgcolor="#C0C0C0" width=33%>结果</th></tr><br>
<tr><br>
<td valign="top">与固定值相关的属性值</td><br>
<td valign="top">@size < 100 <br><br>
@size <= 100 <br><br>
@size = 100 <br><br>
@size != 100 <br><br>
@size >= 100 <br><br>
@size > 100 </code></td><br>
<td valign="top">大小与查询匹配的文件</td><br>
</tr><br>
<tr><br>
<td valign="top">拥有全部比特集的属性值</td><br>
<td valign="top"><code>@attrib ^a 0x820</code></td><br>
<td valign="top">拥有存档属性的压缩文件</td><br>
</tr><br>
<tr><br>
<td valign="top">拥有一些比特集的属性值</td><br>
<td valign="top"><code>@attrib ^s 0x20</code></td><br>
<td valign="top">拥有存档属性的文件</td><br>
</tr><br>
</table><br>
<br>
<h2><a name="PropertyValues">属性值</a></h2><br