Partager via


BusinessDataContentSource.ConstructStartAddress, méthode (Microsoft.Office.Server.Search.Administration)

Returns the start address for a business data content source.

Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)

Syntaxe

'Déclaration
Public Shared Function ConstructStartAddress ( _
    searchAppName As String, _
    bdcAppName As String _
) As Uri
'Utilisation
Dim searchAppName As String
Dim bdcAppName As String
Dim returnValue As Uri

returnValue = BusinessDataContentSource.ConstructStartAddress(searchAppName, bdcAppName)
public static Uri ConstructStartAddress (
    string searchAppName,
    string bdcAppName
)

Paramètres

  • searchAppName
    A string containing the search application name.
  • bdcAppName
    A string containing the name of the application in the Catalogue de données métiers.

Valeur de retour

A System.Uri object that represents the start address for the BusinessDataContentSource object.

Voir aussi

Référence

BusinessDataContentSource, classe
Membres BusinessDataContentSource
Microsoft.Office.Server.Search.Administration, espace de noms