Compartir a través de


ReportingService2006.SetModelItemPolicies Método

Sets security policies on an item in the model hierarchy.

Espacio de nombres:  ReportService2006
Ensamblado:  ReportService2006 (en ReportService2006.dll)

Sintaxis

'Declaración
Public Sub SetModelItemPolicies ( _
    Model As String, _
    ModelItemID As String, _
    Policies As Policy() _
)
'Uso
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[]
)

Parámetros

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

Comentarios

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.

Vea también

Referencia

ReportingService2006 Clase

Espacio de nombres ReportService2006