ReportingService2005.ListRoles(SecurityScopeEnum) 方法

定義

public:
 cli::array <Microsoft::SqlServer::ReportingServices2005::Role ^> ^ ListRoles(Microsoft::SqlServer::ReportingServices2005::SecurityScopeEnum SecurityScope);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/ListRoles", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ResponseNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Use=System.Web.Services.Description.SoapBindingUse.Literal)]
[System.Web.Services.Protocols.SoapHeader("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
public Microsoft.SqlServer.ReportingServices2005.Role[] ListRoles (Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum SecurityScope);
Public Function ListRoles (SecurityScope As SecurityScopeEnum) As Role()

參數

SecurityScope
SecurityScopeEnum

傳回

Role[]
屬性

適用於