Share via


ReportingService2005.SetModelItemPolicies 메서드

Sets security policies on an item in the model hierarchy.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005(ReportService2005.dll)

구문

‘선언
Public Sub SetModelItemPolicies ( _
    Model As String, _
    ModelItemID As String, _
    Policies As Policy() _
)
‘사용 방법
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[]
)

매개 변수

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

주의

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.

참고 항목

참조

ReportingService2005 클래스

ReportService2005 네임스페이스