BusinessDataContentSource.ConstructStartAddress Method

Returns the start address for a business data content source.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Shared Function ConstructStartAddress ( _
    searchAppName As String, _
    bdcAppName As String _
) As Uri
'Usage
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
)

Parameters

  • searchAppName
    Type: System.String
    A string containing the search application name.
  • bdcAppName
    Type: System.String
    A string containing the name of the application in the Business Data Catalog.

Return Value

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

See Also

Reference

BusinessDataContentSource Class

BusinessDataContentSource Members

Microsoft.Office.Server.Search.Administration Namespace