ApplicationRegistry.GetLobSystemsLikeName Method
Gets the LobSystemInstance objects that have names that match the specified string.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetLobSystemsLikeName ( _
nameQuery As String _
) As LobSystemCollection
'Usage
Dim instance As ApplicationRegistry
Dim nameQuery As String
Dim returnValue As LobSystemCollection
returnValue = instance.GetLobSystemsLikeName(nameQuery)
public LobSystemCollection GetLobSystemsLikeName(
string nameQuery
)
Parameters
- nameQuery
Type: System.String
A string that often consists of wildcards. It is used to construct the SQL "LIKE" query to be run against the back-end application.
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.LobSystemCollection
A collection of LobSystem objects whose names match the specified pattern.
Remarks
LIKE allows you to do a search based on a pattern rather than specifying exactly the names of the LobSystemInstance objects.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace