Partager via


AccessControlledMetadataObject.GetNearestIndividuallySecurableMetadataObjectAncestor, méthode (Microsoft.Office.Server.ApplicationRegistry.Administration)

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

Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Protected MustOverride Function GetNearestIndividuallySecurableMetadataObjectAncestor As IndividuallySecurableMetadataObject
'Utilisation
Dim returnValue As IndividuallySecurableMetadataObject

returnValue = Me.GetNearestIndividuallySecurableMetadataObjectAncestor
protected abstract IndividuallySecurableMetadataObject GetNearestIndividuallySecurableMetadataObjectAncestor ()

Valeur de retour

An individually securable metadata object.

Remarques

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.

Voir aussi

Référence

AccessControlledMetadataObject, classe
Membres AccessControlledMetadataObject
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms