DatabaseBackedMetadataCatalog.GetLoadController method
Gets the load controller associated with this metadata catalog.
Namespace: Microsoft.SharePoint.BusinessData.MetadataModel
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetLoadController As ILoadController
'Usage
Dim instance As DatabaseBackedMetadataCatalog
Dim returnValue As ILoadController
returnValue = instance.GetLoadController()
public ILoadController GetLoadController()
Return value
Type: Microsoft.BusinessData.Infrastructure.Throttle.ILoadController
The load controller associated with this metadata catalog.
Implements
IMetadataCatalog.GetLoadController()
Remarks
Load controllers are used to limit the amount of resources consumed on the system.
Object instances obtained from an instance of DatabaseBackedMetadataCatalog for a BdcServiceApplicationProxy can only be used with object instances obtained from instances of DatabaseBackedMetadataCatalog for the same BdcServiceApplicationProxy. Using incompatible object instances with each other causes data corruption and other unexpected behavior.
See also
Reference
DatabaseBackedMetadataCatalog class