BusinessDataContentSource.ParseStartAddress 方法 (Microsoft.Office.Server.Search.Administration)

Parses the start address for a business data content source.

命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)

语法

声明
Public Shared Sub ParseStartAddress ( _
    startAddress As Uri, _
    <OutAttribute> ByRef searchAppName As String, _
    <OutAttribute> ByRef bdcAppName As String _
)
用法
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
)

参数

  • searchAppName
    A string containing the search application name.
  • bdcAppName
    A string containing the application name of the 业务数据目录.

另请参阅

参考

BusinessDataContentSource 类
BusinessDataContentSource 成员
Microsoft.Office.Server.Search.Administration 命名空间