Développer Réduire
Ce sujet n'a pas encore été évalué - Évaluez ce sujet

Méthode ReportingService2010.GetRoleProperties

Returns role information and a collection of associated tasks.

Espace de noms :  ReportService2010
Assembly :  ReportService2010 (en ReportService2010.dll)
[SoapHeaderAttribute("TrustedUserHeaderValue")]
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetRoleProperties", RequestNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", 
	ResponseNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", 
	Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
[SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)]
public string[] GetRoleProperties(
	string Name,
	string SiteUrl,
	out string Description
)

Paramètres

Name
Type : System.String
The name of the role.
SiteUrl
Type : System.String
The fully qualified URL for the SharePoint site.Set this parameter to null (Nothing in Visual Basic) when invoking this method in Native mode.
Description
Type : System.String%
[out] The description of the role.

Valeur de retour

Type : System.String[]
An array String that represents the role information.

The table below shows header and permissions information on this operation.

SOAP Header Usage

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Native Mode Required Permissions

ReadRoleProperties (System)

SharePoint Mode Required Permissions

ManagePermissions

This method throws an rsUnsupportedParameterForModeException exception if a non-null value is specified for the SiteUrl parameter in Native mode.

Cela vous a-t-il été utile ?
(1500 caractères restants)

Ajouts de la communauté

AJOUTER
© 2013 Microsoft. Tous droits réservés.