Méthode ReportingService2005.RemoveAllModelItemPolicies

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

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.dll)

Syntaxe

'Déclaration
Public Sub RemoveAllModelItemPolicies ( _
    Model As String _
)
'Utilisation
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
)

Paramètres

Notes

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.

Voir aussi

Référence

ReportingService2005 Classe

Espace de noms ReportService2005