SearchServiceApplicationProxy.GetCrawledProperty 方法
GetCrawledProperty(Guid, String, Int32, Boolean, SearchObjectOwner)
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetCrawledProperty ( _
propertySet As Guid, _
name As String, _
includeNumSamples As Integer, _
includeManagedMappedProperties As Boolean, _
owner As SearchObjectOwner _
) As CrawledPropertyInfo
用法
Dim instance As SearchServiceApplicationProxy
Dim propertySet As Guid
Dim name As String
Dim includeNumSamples As Integer
Dim includeManagedMappedProperties As Boolean
Dim owner As SearchObjectOwner
Dim returnValue As CrawledPropertyInfo
returnValue = instance.GetCrawledProperty(propertySet, _
name, includeNumSamples, includeManagedMappedProperties, _
owner)
public CrawledPropertyInfo GetCrawledProperty(
Guid propertySet,
string name,
int includeNumSamples,
bool includeManagedMappedProperties,
SearchObjectOwner owner
)
参数
- propertySet
类型:System.Guid
- name
类型:System.String
- includeNumSamples
类型:System.Int32
- includeManagedMappedProperties
类型:System.Boolean
返回值
类型:Microsoft.Office.Server.Search.Administration.CrawledPropertyInfo
实现
ISchemaOperations.GetCrawledProperty(Guid, String, Int32, Boolean, SearchObjectOwner)
另请参阅
引用
SearchServiceApplicationProxy 类