Partager via


Entity.GetIndividuallySecurableMetadataObjectChildren, méthode (Microsoft.Office.Server.ApplicationRegistry.Administration)

Gets the Method and MethodInstance objects defined for the entity.

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

Syntaxe

'Déclaration
Protected Overrides Function GetIndividuallySecurableMetadataObjectChildren As IList(Of IndividuallySecurableMetadataObject)
'Utilisation
Dim returnValue As IList(Of IndividuallySecurableMetadataObject)

returnValue = Me.GetIndividuallySecurableMetadataObjectChildren
protected override IList<IndividuallySecurableMetadataObject> GetIndividuallySecurableMetadataObjectChildren ()

Valeur de retour

A list of Method and MethodInstance objects.

Remarques

Only LobSystem, Entity, Method, and MethodInstance objects can be secured individually in the Business Data Catalog. Other metadata objects inherit the access control lists (ACLs) from their nearest parent.

Voir aussi

Référence

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