Partager via


Méthode ReportingService2006.RemoveAllModelItemPolicies

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

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

Syntaxe

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

Paramètres

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

Notes

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.

Voir aussi

Référence

ReportingService2006 Classe

Espace de noms ReportService2006