ReportingService2005.ListTasksAsync 方法

定义

重载

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

适用于