Freigeben über


ReportingService2005.RemoveAllModelItemPolicies-Methode

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

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

Syntax

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

Hinweise

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

SOAP Headers

(In) BatchHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

UpdateModelItemAuthorizationPolicies

Once RemoveAllModelItemPolicies is successfully performed, all model items in the model are visible to any user who can access the model.

Siehe auch

Verweis

ReportingService2005 Klasse

ReportService2005-Namespace