Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Deletes all policies associate with model items in the specified model.
Пространство имен: ReportService2005
Сборка: ReportService2005 (в ReportService2005.dll)
Синтаксис
'Декларация
Public Sub RemoveAllModelItemPolicies ( _
Model As String _
)
'Применение
Dim instance As ReportingService2005
Dim Model As String
instance.RemoveAllModelItemPolicies(Model)
public void RemoveAllModelItemPolicies(
string Model
)
public:
void RemoveAllModelItemPolicies(
String^ Model
)
member RemoveAllModelItemPolicies :
Model:string -> unit
public function RemoveAllModelItemPolicies(
Model : String
)
Параметры
- Model
Тип: System.String
The full name of the model.
Замечания
The table below shows header and permissions information on this operation.
SOAP Headers |
(In) BatchHeaderValue (Out) ServerInfoHeaderValue |
Required Permissions |
Once RemoveAllModelItemPolicies is successfully performed, all model items in the model are visible to any user who can access the model.