ReportingService2010.ListRoles(String, String) 方法

定義

public:
 cli::array <Microsoft::SqlServer::ReportingServices2010::Role ^> ^ ListRoles(System::String ^ SecurityScope, System::String ^ SiteUrl);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListRoles", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use=System.Web.Services.Description.SoapBindingUse.Literal)]
[System.Web.Services.Protocols.SoapHeader("TrustedUserHeaderValue")]
[System.Web.Services.Protocols.SoapHeader("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
public Microsoft.SqlServer.ReportingServices2010.Role[] ListRoles (string SecurityScope, string SiteUrl);
Public Function ListRoles (SecurityScope As String, SiteUrl As String) As Role()

參數

SecurityScope
String
SiteUrl
String

傳回

Role[]
屬性

適用於