: AccessControlledMetadataObject (Clase) (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)

Represents a Business Data Catalog metadata object whose access can be controlled by permissions. All 13 metadata objects and ApplicationRegistry inherit from this class and therefore, can be controlled by permissions. This class cannot be instantiated.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
Public MustInherit Class AccessControlledMetadataObject
    Inherits MetadataObject
'Uso
Dim instance As AccessControlledMetadataObject
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)] 
public abstract class AccessControlledMetadataObject : MetadataObject

Comentarios

Of the metadata objects, only ApplicationRegistry, LobSystem, Entity, Method, and MethodInstance have an access control list (ACL) that can be individually secured. Other metadata objects inherit the ACL from their immediate individually securable parent.

Jerarquía de herencia

System.Object
   Microsoft.Office.Server.ApplicationRegistry.MetadataModel.MetadataObject
    Microsoft.Office.Server.ApplicationRegistry.MetadataModel.AccessControlledMetadataObject
       Microsoft.Office.Server.ApplicationRegistry.MetadataModel.DataClass
       Microsoft.Office.Server.ApplicationRegistry.MetadataModel.MethodInstance

Seguridad de subprocesos

Todos los miembros estáticos públicos (compartidos en Visual Basic) de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancia sean seguros para los subprocesos.

Vea también

Referencia

AccessControlledMetadataObject (Miembros)
Microsoft.Office.Server.ApplicationRegistry.MetadataModel (Espacio de nombres)