Share via


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: T

    The proxy to set the connection string for.

  • connectionString
    Type: System.String

    The connection string for the proxy.

See Also

Reference

StructuredRepositorySystemUtility<T> Class

StructuredRepositorySystemUtility<T> Members

Microsoft.Office.Server.Search.Connector.BDC Namespace