BusinessDataContentSource.ConstructStartAddress-Methode (String, Guid)
Eine Url Startadresse für eine angegebene Anwendungsname. Wenn AppName leer ist, wird die Startadresse zurückgegeben, die alle Anwendungen auf dem SSP gecrawlt werden
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Shared Function ConstructStartAddress ( _
bdcApplicationProxyGroupName As String, _
partitionId As Guid _
) As Uri
'Usage
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
)
Parameter
- bdcApplicationProxyGroupName
Typ: System.String
- partitionId
Typ: System.Guid
Rückgabewert
Typ: System.Uri
Siehe auch
Referenz
BusinessDataContentSource Klasse
BusinessDataContentSource-Member