AdministrationMetadataCatalog Class
Contains members that administer the Business Data Connectivity (BDC) service Metadata Store.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.BusinessData.Administration.MetadataObject
Microsoft.SharePoint.BusinessData.Administration.AccessControlledMetadataObject
Microsoft.SharePoint.BusinessData.Administration.IndividuallySecurableMetadataObject
Microsoft.SharePoint.BusinessData.Administration.AdministrationMetadataCatalog
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class AdministrationMetadataCatalog _
Inherits IndividuallySecurableMetadataObject
'Usage
Dim instance As AdministrationMetadataCatalog
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class AdministrationMetadataCatalog : IndividuallySecurableMetadataObject
Examples
Code Snippet: Create an External Content Type Using the Administration Object Model
Code Snippet: Add an Access Control Entry to a MetadataObject Using the Administration Object Model
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.