ReportingService2006.RemoveAllModelItemPolicies Método
Deletes all policies associate with model items in the specified model.
Espacio de nombres: ReportService2006
Ensamblado: ReportService2006 (en ReportService2006.dll)
Sintaxis
'Declaración
Public Sub RemoveAllModelItemPolicies ( _
Model As String _
)
'Uso
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
)
Parámetros
- Model
Tipo: System.String
The fully qualified URL of the model including the file name and .smdl file name extension.
Comentarios
The table below shows header and permissions information on this operation.
SOAP Headers |
(Out) ServerInfoHeaderValue |
Required Permissions |
After RemoveAllModelItemPolicies is successfully performed, all model items in the model will be visible to any user who can access the model.