Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Maps the specified external system instance to the URL used by the search system.
Namespace: Microsoft.Office.Server.Search.Connector.BDC
Assembly: Microsoft.Office.Server.Search.Connector (in Microsoft.Office.Server.Search.Connector.dll)
Syntax
'Declaration
Function GetAccessUri ( _
lobSystemInstance As ILobSystemInstance _
) As Uri
'Usage
Dim instance As INamingContainer
Dim lobSystemInstance As ILobSystemInstance
Dim returnValue As Uri
returnValue = instance.GetAccessUri(lobSystemInstance)
Uri GetAccessUri(
ILobSystemInstance lobSystemInstance
)
Parameters
lobSystemInstance
Type: Microsoft.BusinessData.MetadataModel.ILobSystemInstanceThe external system instance.
Return Value
Type: System.Uri
The content item URL.