ReportingService2010.GetModelItemPermissions Method
SQL Server 2012
Retrieves the user permissions associated with an item in the model hierarchy.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
public function GetModelItemPermissions( Model : String, ModelItemID : String ) : String[]
Parameters
- Model
- Type: System.String
The fully qualified URL of the model including the file name and .smdl file name extension.
- ModelItemID
- Type: System.String
The ID of the item in the model. If omitted, the permissions for the model root are returned.
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | |
SharePoint Mode Required Permissions |
The permissions returned are associated with tasks assigned to the roles in which the user is a member.
Show: