ReportingService2006.ListRolesAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
ListRolesAsync(SecurityScopeEnum, String) | |
ListRolesAsync(SecurityScopeEnum, String, Object) |
ListRolesAsync(SecurityScopeEnum, String)
public:
void ListRolesAsync(Microsoft::SqlServer::ReportingServices2006::SecurityScopeEnum SecurityScope, System::String ^ Path);
public void ListRolesAsync (Microsoft.SqlServer.ReportingServices2006.SecurityScopeEnum SecurityScope, string Path);
member this.ListRolesAsync : Microsoft.SqlServer.ReportingServices2006.SecurityScopeEnum * string -> unit
Public Sub ListRolesAsync (SecurityScope As SecurityScopeEnum, Path As String)
Parámetros
- SecurityScope
- SecurityScopeEnum
- Path
- String
Se aplica a
ListRolesAsync(SecurityScopeEnum, String, Object)
public:
void ListRolesAsync(Microsoft::SqlServer::ReportingServices2006::SecurityScopeEnum SecurityScope, System::String ^ Path, System::Object ^ userState);
public void ListRolesAsync (Microsoft.SqlServer.ReportingServices2006.SecurityScopeEnum SecurityScope, string Path, object userState);
member this.ListRolesAsync : Microsoft.SqlServer.ReportingServices2006.SecurityScopeEnum * string * obj -> unit
Public Sub ListRolesAsync (SecurityScope As SecurityScopeEnum, Path As String, userState As Object)
Parámetros
- SecurityScope
- SecurityScopeEnum
- Path
- String
- userState
- Object