Task 클래스

정의

보고서 서버에서 관리되는 태스크를 나타냅니다.

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
상속
Task
특성

생성자

Task()

Task 클래스의 새 인스턴스를 초기화합니다.

속성

Description

태스크 설명을 가져오거나 설정합니다.

Name

태스크 이름을 가져오거나 설정합니다.

TaskID

고유 태스크 ID를 가져오거나 설정합니다.

적용 대상