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.
Gets the connection manager instance that should be used with this system utility by default.
Namespace: Microsoft.Office.Server.Search.Connector.BDC
Assembly: Microsoft.Office.Server.Search.Connector (in Microsoft.Office.Server.Search.Connector.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property DefaultConnectionManager As IConnectionManager
Get
'Usage
Dim instance As StructuredRepositorySystemUtility
Dim value As IConnectionManager
value = instance.DefaultConnectionManager
public virtual IConnectionManager DefaultConnectionManager { get; }
Property Value
Type: Microsoft.BusinessData.Infrastructure.IConnectionManager
An object representing the connection manager instance.
Implements
ISystemUtility.DefaultConnectionManager
See Also
Reference
StructuredRepositorySystemUtility<T> Class