StructuredRepositorySystemUtility<T>.SetConnectionString method
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