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.
Microsoft SharePoint Foundation configured database representation of the Business Data Connectivity (BDC) service metadata store.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.SharePoint.Administration.SPPersistedUpgradableObject
Microsoft.SharePoint.Administration.SPDatabase
Microsoft.SharePoint.BusinessData.SharedService.BdcServiceDatabase
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<GuidAttribute("4E2F2EB2-47CB-4cfc-8AF2-35290498B0D2")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class BdcServiceDatabase _
Inherits SPDatabase
'Usage
Dim instance As BdcServiceDatabase
[GuidAttribute("4E2F2EB2-47CB-4cfc-8AF2-35290498B0D2")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class BdcServiceDatabase : SPDatabase
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.