Partager via


Méthode ReportingService2006.SetModelItemPolicies

Sets security policies on an item in the model hierarchy.

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

Syntaxe

'Déclaration
Public Sub SetModelItemPolicies ( _
    Model As String, _
    ModelItemID As String, _
    Policies As Policy() _
)
'Utilisation
Dim instance As ReportingService2006 
Dim Model As String 
Dim ModelItemID As String 
Dim Policies As Policy()

instance.SetModelItemPolicies(Model, _
    ModelItemID, Policies)
public void SetModelItemPolicies(
    string Model,
    string ModelItemID,
    Policy[] Policies
)
public:
void SetModelItemPolicies(
    String^ Model, 
    String^ ModelItemID, 
    array<Policy^>^ Policies
)
member SetModelItemPolicies : 
        Model:string * 
        ModelItemID:string * 
        Policies:Policy[] -> unit
public function SetModelItemPolicies(
    Model : String, 
    ModelItemID : String, 
    Policies : Policy[]
)

Paramètres

  • Model
    Type : System.String
    The fully qualified URL of the model including the file name and .smdl file name extension.
  • ModelItemID
    Type : System.String
    The ID of the item in the model for which to set permissions.

Notes

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

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

ManagePermissions

When SetModelItemPolicies is called, the list of policies on the model item is replaced by the list specified in the method call.

If there is not at least one policy assigned to the model root, SetModelItemPolicies returns the error rsModelRootPolicyRequired.

The newly supplied policies may propagate to contained objects.

If the policies for the model item are inherited from the parent before the call to SetModelItemPolicies, the inheritance is broken upon successful completion of SetModelItemPolicies.

Voir aussi

Référence

ReportingService2006 Classe

Espace de noms ReportService2006