Compartir a través de


: AccessControlledMetadataObject.GetNearestIndividuallySecurableMetadataObjectAncestor (Método) (Microsoft.Office.Server.ApplicationRegistry.Administration)

An abstract method that is designed to return the nearest individually securable ancestor.

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

Sintaxis

'Declaración
Protected MustOverride Function GetNearestIndividuallySecurableMetadataObjectAncestor As IndividuallySecurableMetadataObject
'Uso
Dim returnValue As IndividuallySecurableMetadataObject

returnValue = Me.GetNearestIndividuallySecurableMetadataObjectAncestor
protected abstract IndividuallySecurableMetadataObject GetNearestIndividuallySecurableMetadataObjectAncestor ()

Valor devuelto

An individually securable metadata object.

Comentarios

An individually securable object has its own, independent ACL. Access controlled objects that are not themselves individually securable implement this method to return the object that provides the ACL that they themselves should use. Of the metadata objects, only ApplicationRegistry, LobSystem, Entity, Method, and MethodInstance have access control lists (ACLs) that can be individually secured. Other metadata objects return pointers to the above 4 objects by implementing this method.

Vea también

Referencia

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