Task Class
Definition
表示由报表服务器管理的任务。Represents a task managed by the report server.
public ref class Task
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class Task
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type Task = class
Public Class Task
- Inheritance
-
Task
- Attributes
Constructors
Task() |
初始化 Task 类的新实例。Initializes a new instance of the Task class. |
Properties
Description |
获取或设置任务说明。Gets or sets the task description. |
Name |
获取或设置任务名称。Gets or sets the task name. |
TaskID |
获取或设置唯一任务 ID。Gets or sets the unique task ID. |