Share via


CustomConnector.ModelFileLocation Property

Gets the file location of the model file, which contains details about an external system.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property ModelFileLocation As String
    Get
'Usage
Dim instance As CustomConnector
Dim value As String

value = instance.ModelFileLocation
public string ModelFileLocation { get; }

Property Value

Type: System.String
The location of the model file.

Remarks

Connections to external data sources are made through Business Data Connectivity (BDC) service model files. For more information, see “Business Model Infrastructure” (https://msdn.microsoft.com/en-us/library/ee556378(office.14).aspx).

See Also

Reference

CustomConnector Class

CustomConnector Members

Microsoft.Office.Server.Search.Administration Namespace