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

Returns 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 Function ConstructStartAddress ( _
    searchAppName As String, _
    bdcAppName As String _
) As Uri
用法
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
)

参数

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

返回值

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

另请参阅

参考

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