ReportingService2006.ListRolesAsync Metodo

Definizione

Overload

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)

Parametri

SecurityScope
SecurityScopeEnum
Path
String

Si applica 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)

Parametri

SecurityScope
SecurityScopeEnum
Path
String
userState
Object

Si applica a