BusinessDataContentSource.ParseStartAddress Method

Parses 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 Sub ParseStartAddress ( _
    startAddress As Uri, _
    <OutAttribute> ByRef searchAppName As String, _
    <OutAttribute> ByRef bdcAppName As String _
)
'Usage
Dim startAddress As Uri
Dim searchAppName As String
Dim bdcAppName As String

BusinessDataContentSource.ParseStartAddress(startAddress, _
    searchAppName, bdcAppName)
public static void ParseStartAddress(
    Uri startAddress,
    out string searchAppName,
    out string bdcAppName
)

Parameters

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

See Also

Reference

BusinessDataContentSource Class

BusinessDataContentSource Members

Microsoft.Office.Server.Search.Administration Namespace