Compartir a través de


: ApplicationRegistry.GetLobSystemsLikeName (Método) (Microsoft.Office.Server.ApplicationRegistry.Administration)

Gets the LobSystemInstance objects that have names that match the specified string.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Public Function GetLobSystemsLikeName ( _
    nameQuery As String _
) As LobSystemCollection
'Uso
Dim instance As ApplicationRegistry
Dim nameQuery As String
Dim returnValue As LobSystemCollection

returnValue = instance.GetLobSystemsLikeName(nameQuery)
public LobSystemCollection GetLobSystemsLikeName (
    string nameQuery
)

Parámetros

  • nameQuery
    A string that often consists of wildcards. It is used to construct the SQL "LIKE" query to be run against the back-end application.

Valor devuelto

A collection of LobSystem objects whose names match the specified pattern.

Comentarios

LIKE allows you to do a search based on a pattern rather than specifying exactly the names of the LobSystemInstance objects.

Vea también

Referencia

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