Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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[]
)
Параметры
- Model
Тип: System.String
The full name of the model.
- ModelItemID
Тип: System.String
The ID of the item in the model for which to set permissions.
- Policies
Тип: array<ReportService2005.Policy[]
An array of Policy objects.
Замечания
The table below shows header and permissions information on this operation.
SOAP Headers |
(In) BatchHeaderValue (Out) ServerInfoHeaderValue |
Required Permissions |
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.