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
- startAddress
Type: System.Uri
A System.Uri object that represents the start address for the BusinessDataContentSource object.
- 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