BusinessDataContentSource.ConstructStartAddress 方法 (String, Guid)
构造一个 url 启动给定的应用程序名称地址。如果应用程序名为空返回的起始地址是一种将 ssp 上抓取所有的应用程序
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Shared Function ConstructStartAddress ( _
bdcApplicationProxyGroupName As String, _
partitionId As Guid _
) As Uri
用法
Dim bdcApplicationProxyGroupName As String
Dim partitionId As Guid
Dim returnValue As Uri
returnValue = BusinessDataContentSource.ConstructStartAddress(bdcApplicationProxyGroupName, _
partitionId)
public static Uri ConstructStartAddress(
string bdcApplicationProxyGroupName,
Guid partitionId
)
参数
- bdcApplicationProxyGroupName
类型:System.String
- partitionId
类型:System.Guid
返回值
类型:System.Uri