RSConnection.ListTasks(SecurityScopeEnum) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
cli::array <Microsoft::SqlServer::ReportingServices2005::Task ^> ^ ListTasks(Microsoft::SqlServer::ReportingServices2005::SecurityScopeEnum securityScope);
public Microsoft.SqlServer.ReportingServices2005.Task[] ListTasks (Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum securityScope);
override this.ListTasks : Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum -> Microsoft.SqlServer.ReportingServices2005.Task[]
Public Function ListTasks (securityScope As SecurityScopeEnum) As Task()
Parameters
- securityScope
- SecurityScopeEnum
Returns
Task[]