ReportingService2005.RemoveAllModelItemPolicies-Methode
Deletes all policies associate with model items in the specified model.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Sub RemoveAllModelItemPolicies ( _
Model As String _
)
'Usage
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
)
Parameter
- Model
Typ: System.String
The full name of the model.
Hinweise
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.