Entity.GetIndividuallySecurableMetadataObjectChildren 方法 (Microsoft.Office.Server.ApplicationRegistry.Administration)

Gets the Method and MethodInstance objects defined for the entity.

命名空间: Microsoft.Office.Server.ApplicationRegistry.Administration
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Protected Overrides Function GetIndividuallySecurableMetadataObjectChildren As IList(Of IndividuallySecurableMetadataObject)
用法
Dim returnValue As IList(Of IndividuallySecurableMetadataObject)

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

返回值

A list of Method and MethodInstance objects.

备注

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.

另请参阅

参考

Entity 类
Entity 成员
Microsoft.Office.Server.ApplicationRegistry.Administration 命名空间