Compartir a través de


del método SearchServiceApplicationProxy.GetCrawledProperty

GetCrawledProperty(Guid, String, Int32, Boolean, SearchObjectOwner)

Espacio de nombres:  Microsoft.Office.Server.Search.Administration
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
Public Function GetCrawledProperty ( _
    propertySet As Guid, _
    name As String, _
    includeNumSamples As Integer, _
    includeManagedMappedProperties As Boolean, _
    owner As SearchObjectOwner _
) As CrawledPropertyInfo
'Uso
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
)

Parámetros

Valor devuelto

Tipo: Microsoft.Office.Server.Search.Administration.CrawledPropertyInfo

Implementaciones

ISchemaOperations.GetCrawledProperty(Guid, String, Int32, Boolean, SearchObjectOwner)

Vea también

Referencia

clase SearchServiceApplicationProxy

Miembros SearchServiceApplicationProxy

Espacio de nombres Microsoft.Office.Server.Search.Administration