ReportingService2006.ListRolesAsync 方法

定义

重载

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)

参数

SecurityScope
SecurityScopeEnum
Path
String

适用于

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)

参数

SecurityScope
SecurityScopeEnum
Path
String
userState
Object

适用于