Compartir a través de


: ManagedProperty.GetSamples (Método) (Microsoft.Office.Server.Search.Administration)

Returns a collection of sample values for the managed property.

Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)

Sintaxis

'Declaración
Public Function GetSamples ( _
    sampleCount As Integer _
) As IEnumerable
'Uso
Dim instance As ManagedProperty
Dim sampleCount As Integer
Dim returnValue As IEnumerable

returnValue = instance.GetSamples(sampleCount)
public IEnumerable GetSamples (
    int sampleCount
)

Parámetros

  • sampleCount
    A 32-bit integer that indicates the number of sample values to return.

Valor devuelto

An enumerator to iterate through the collection of sample values for the managed property.

Vea también

Referencia

ManagedProperty (Clase)
ManagedProperty (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)