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