Freigeben über


ReportingService2006.RemoveAllModelItemPolicies-Methode

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

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Syntax

'Declaration
Public Sub RemoveAllModelItemPolicies ( _
    Model As String _
)
'Usage
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
)

Parameter

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

Hinweise

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.

Siehe auch

Verweis

ReportingService2006 Klasse

ReportService2006-Namespace