ReportingService2010.EndListRoles(IAsyncResult) 方法

定义

public:
 cli::array <Microsoft::SqlServer::ReportingServices2010::Role ^> ^ EndListRoles(IAsyncResult ^ asyncResult);
public Microsoft.SqlServer.ReportingServices2010.Role[] EndListRoles (IAsyncResult asyncResult);
member this.EndListRoles : IAsyncResult -> Microsoft.SqlServer.ReportingServices2010.Role[]
Public Function EndListRoles (asyncResult As IAsyncResult) As Role()

参数

asyncResult
IAsyncResult

返回

Role[]

适用于