Metodo ReportingService2005.SetModelItemPolicies

Sets security policies on an item in the model hierarchy.

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
Public Sub SetModelItemPolicies ( _
    Model As String, _
    ModelItemID As String, _
    Policies As Policy() _
)
'Utilizzo
Dim instance As ReportingService2005 
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[]
)

Parametri

  • ModelItemID
    Tipo: System.String
    The ID of the item in the model for which to set permissions.

Osservazioni

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

SOAP Headers

(In) BatchHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

UpdateModelItemAuthorizationPolicies

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 item, 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.

Vedere anche

Riferimento

ReportingService2005 Classe

Spazio dei nomi ReportService2005