LobSystem.GetEntitiesLikeName, méthode (Microsoft.Office.Server.ApplicationRegistry.Administration)
Gets the entities contained in the LobSystem object whose names match a specified pattern.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Function GetEntitiesLikeName ( _
nameQuery As String _
) As EntityCollection
'Utilisation
Dim instance As LobSystem
Dim nameQuery As String
Dim returnValue As EntityCollection
returnValue = instance.GetEntitiesLikeName(nameQuery)
public EntityCollection GetEntitiesLikeName (
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 entities whose names match the specified pattern.
Voir aussi
Référence
LobSystem, classe
Membres LobSystem
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms