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.
Sets connection string for the proxy.
Namespace: Microsoft.Office.Server.Search.Connector.BDC
Assembly: Microsoft.Office.Server.Search.Connector (in Microsoft.Office.Server.Search.Connector.dll)
Syntax
'Declaration
Protected MustOverride Sub SetConnectionString ( _
proxy As T, _
connectionString As String _
)
'Usage
Dim proxy As T
Dim connectionString As String
Me.SetConnectionString(proxy, connectionString)
protected abstract void SetConnectionString(
T proxy,
string connectionString
)
Parameters
proxy
Type: TThe proxy to set the connection string for.
connectionString
Type: System.StringThe connection string for the proxy.
See Also
Reference
StructuredRepositorySystemUtility<T> Class