ReportingService2006.ListRoles(SecurityScopeEnum, String) 方法

定义

public:
 cli::array <Microsoft::SqlServer::ReportingServices2006::Role ^> ^ ListRoles(Microsoft::SqlServer::ReportingServices2006::SecurityScopeEnum SecurityScope, System::String ^ Path);
public Microsoft.SqlServer.ReportingServices2006.Role[] ListRoles (Microsoft.SqlServer.ReportingServices2006.SecurityScopeEnum SecurityScope, string Path);
member this.ListRoles : Microsoft.SqlServer.ReportingServices2006.SecurityScopeEnum * string -> Microsoft.SqlServer.ReportingServices2006.Role[]
Public Function ListRoles (SecurityScope As SecurityScopeEnum, Path As String) As Role()

参数

SecurityScope
SecurityScopeEnum
Path
String

返回

Role[]

适用于