Compartir a través de


: Entity.GetIndividuallySecurableMetadataObjectChildren (Método) (Microsoft.Office.Server.ApplicationRegistry.Administration)

Gets the Method and MethodInstance objects defined for the entity.

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

Sintaxis

'Declaración
Protected Overrides Function GetIndividuallySecurableMetadataObjectChildren As IList(Of IndividuallySecurableMetadataObject)
'Uso
Dim returnValue As IList(Of IndividuallySecurableMetadataObject)

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

Valor devuelto

A list of Method and MethodInstance objects.

Comentarios

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.

Vea también

Referencia

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