Partager via


ApplicationRegistry.GetLobSystemsLikeName, méthode (Microsoft.Office.Server.ApplicationRegistry.Administration)

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

Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Function GetLobSystemsLikeName ( _
    nameQuery As String _
) As LobSystemCollection
'Utilisation
Dim instance As ApplicationRegistry
Dim nameQuery As String
Dim returnValue As LobSystemCollection

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

Paramètres

  • 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.

Valeur de retour

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

Remarques

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

Voir aussi

Référence

ApplicationRegistry, classe
Membres ApplicationRegistry
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms