CrawledProperty.SchemaId 属性
获取此已爬网属性的所有者的内部架构 id。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public ReadOnly Property SchemaId As Integer
Get
用法
Dim instance As CrawledProperty
Dim value As Integer
value = instance.SchemaId
public int SchemaId { get; }
属性值
类型:System.Int32
异常
异常 | 条件 |
---|---|
InvalidOperationException | 如果该对象不支持。 |