Compartir a través de


(String[], ProfileSearchFlags, Int32, Nullable<Boolean>) del método ProfileSearchManager.Search

Búsqueda método genérico que busca para el perfil de los tipos especificados en ProfileSearchFlags.

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

Sintaxis

'Declaración
Public Function Search ( _
    searchPatterns As String(), _
    sFlags As ProfileSearchFlags, _
    nSubtypeId As Integer, _
    bDeleted As Nullable(Of Boolean) _
) As ProfileBase()
'Uso
Dim instance As ProfileSearchManager
Dim searchPatterns As String()
Dim sFlags As ProfileSearchFlags
Dim nSubtypeId As Integer
Dim bDeleted As Nullable(Of Boolean)
Dim returnValue As ProfileBase()

returnValue = instance.Search(searchPatterns, _
    sFlags, nSubtypeId, bDeleted)
public ProfileBase[] Search(
    string[] searchPatterns,
    ProfileSearchFlags sFlags,
    int nSubtypeId,
    Nullable<bool> bDeleted
)

Parámetros

  • searchPatterns
    Tipo: []

Valor devuelto

Tipo: []

Vea también

Referencia

clase ProfileSearchManager

Miembros ProfileSearchManager

Sobrecarga Search

Espacio de nombres Microsoft.Office.Server.UserProfiles