ManagedProperty.FullTextIndex 属性
获取或设置此托管的属性进行了索引中的全文索引目录的名称。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Property FullTextIndex As String
Get
Set
用法
Dim instance As ManagedProperty
Dim value As String
value = instance.FullTextIndex
instance.FullTextIndex = value
public string FullTextIndex { get; set; }
属性值
异常
异常 | 条件 |
---|---|
InvalidOperationException | 如果该对象不支持。 |
PropertyIsReadOnlyException | 如果此属性为只读。 |
InvalidManagedPropertyValue | 如果新值无效。 |