Compartir a través de


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

Gets the entities contained in the LobSystem object whose names match a specified pattern.

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

Sintaxis

'Declaración
Public Function GetEntitiesLikeName ( _
    nameQuery As String _
) As EntityCollection
'Uso
Dim instance As LobSystem
Dim nameQuery As String
Dim returnValue As EntityCollection

returnValue = instance.GetEntitiesLikeName(nameQuery)
public EntityCollection GetEntitiesLikeName (
    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 entities whose names match the specified pattern.

Vea también

Referencia

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