Share via


StructuredRepositorySystemUtility<T>.DefaultConnectionManager property

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

StructuredRepositorySystemUtility<T> members

Microsoft.Office.Server.Search.Connector.BDC namespace