ReportingService2005.GetModelItemPermissions Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Retrieves the user permissions associated with the model item.

Syntax

'Declaration
Public Function GetModelItemPermissions ( _
    Model As String, _
    ModelItemID As String _
) As String()
public string[] GetModelItemPermissions (
    string Model,
    string ModelItemID
)
public:
array<String^>^ GetModelItemPermissions (
    String^ Model, 
    String^ ModelItemID
)
public String[] GetModelItemPermissions (
    String Model, 
    String ModelItemID
)
public function GetModelItemPermissions (
    Model : String, 
    ModelItemID : String
) : String[]

Parameters

  • Model
    The full name of the model.
  • ModelItemID
    The ID of the model item in the model. If omitted, the permissions for the model root are returned.

Return Value

A String value containing XML that lists the permissions on the item.

Remarks

The permissions returned are associated with tasks assigned to the roles in which the user is a member.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

ReportingService2005 Class
ReportingService2005 Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace