ReportingService2006.RemoveAllModelItemPolicies 메서드

Deletes all policies associate with model items in the specified model.

네임스페이스:  ReportService2006
어셈블리:  ReportService2006(ReportService2006.dll)

구문

‘선언
Public Sub RemoveAllModelItemPolicies ( _
    Model As String _
)
‘사용 방법
Dim instance As ReportingService2006 
Dim Model As String

instance.RemoveAllModelItemPolicies(Model)
public void RemoveAllModelItemPolicies(
    string Model
)
public:
void RemoveAllModelItemPolicies(
    String^ Model
)
member RemoveAllModelItemPolicies : 
        Model:string -> unit
public function RemoveAllModelItemPolicies(
    Model : String
)

매개 변수

  • Model
    유형: System.String
    The fully qualified URL of the model including the file name and .smdl file name extension.

주의

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

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

ManagePermissions

After RemoveAllModelItemPolicies is successfully performed, all model items in the model will be visible to any user who can access the model.

참고 항목

참조

ReportingService2006 클래스

ReportService2006 네임스페이스