ReportingService2005.ListTasksAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ListTasksAsync(SecurityScopeEnum) | |
ListTasksAsync(SecurityScopeEnum, Object) |
ListTasksAsync(SecurityScopeEnum)
public:
void ListTasksAsync(Microsoft::SqlServer::ReportingServices2005::SecurityScopeEnum SecurityScope);
public void ListTasksAsync (Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum SecurityScope);
member this.ListTasksAsync : Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum -> unit
Public Sub ListTasksAsync (SecurityScope As SecurityScopeEnum)
参数
- SecurityScope
- SecurityScopeEnum
适用于
ListTasksAsync(SecurityScopeEnum, Object)
public:
void ListTasksAsync(Microsoft::SqlServer::ReportingServices2005::SecurityScopeEnum SecurityScope, System::Object ^ userState);
public void ListTasksAsync (Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum SecurityScope, object userState);
member this.ListTasksAsync : Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum * obj -> unit
Public Sub ListTasksAsync (SecurityScope As SecurityScopeEnum, userState As Object)
参数
- SecurityScope
- SecurityScopeEnum
- userState
- Object