ReportingService2005.RemoveAllModelItemPolicies 方法
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.