Поделиться через


Метод ReportingService2006.RemoveAllModelItemPolicies

Deletes all policies associate with model items in the specified model.

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.dll)

Синтаксис

'Декларация
Public Sub RemoveAllModelItemPolicies ( _
    Model As String _
)
'Применение
Dim instance As ReportingService2006 
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 fully qualified URL of the model including the file name and .smdl file name extension.

Замечания

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

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

ManagePermissions

After RemoveAllModelItemPolicies is successfully performed, all model items in the model will be visible to any user who can access the model.

См. также

Справочник

ReportingService2006 Класс

Пространство имен ReportService2006