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 네임스페이스