Метод SearchServiceApplication.GetCrawledProperty
Пространство имен: 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 SearchServiceApplication
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)
См. также
Справочные материалы
SearchServiceApplication класс
Элементы SearchServiceApplication
Пространство имен Microsoft.Office.Server.Search.Administration