RSConnection.ListRoles(SecurityScopeEnum) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
cli::array <Microsoft::SqlServer::ReportingServices2005::Role ^> ^ ListRoles(Microsoft::SqlServer::ReportingServices2005::SecurityScopeEnum securityScope);
public Microsoft.SqlServer.ReportingServices2005.Role[] ListRoles (Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum securityScope);
override this.ListRoles : Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum -> Microsoft.SqlServer.ReportingServices2005.Role[]
Public Function ListRoles (securityScope As SecurityScopeEnum) As Role()
Parameters
- securityScope
- SecurityScopeEnum
Returns
Role[]