Поделиться через


Метод ReportingService2006.InheritParentSecurity

Deletes the policies associated with an item. As a result, the item inherits the policies from its parent.

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.dll)

Синтаксис

'Декларация
Public Sub InheritParentSecurity ( _
    Item As String _
)
'Применение
Dim instance As ReportingService2006 
Dim Item As String

instance.InheritParentSecurity(Item)
public void InheritParentSecurity(
    string Item
)
public:
void InheritParentSecurity(
    String^ Item
)
member InheritParentSecurity : 
        Item:string -> unit
public function InheritParentSecurity(
    Item : String
)

Параметры

  • Item
    Тип: System.String
    The fully qualified URL of the item including the file name and extension.

Замечания

The table below shows header and permissions information on this operation.

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

ManagePermissions

When you delete the policies that are associated with an item, the item inherits the policies that are associated with its parent. Policies that are deleted from an item are also deleted from child items that inherit those policies.

См. также

Справочник

ReportingService2006 Класс

Пространство имен ReportService2006