다음을 통해 공유


TaskInfo 클래스

Contains information about a task installed on the local computer.

상속 계층

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime..::..TaskInfo

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public NotInheritable Class TaskInfo _
    Inherits DtsObject _
    Implements IDTSName
‘사용 방법
Dim instance As TaskInfo
public sealed class TaskInfo : DtsObject, 
    IDTSName
public ref class TaskInfo sealed : public DtsObject, 
    IDTSName
[<SealedAttribute>]
type TaskInfo =  
    class
        inherit DtsObject
        interface IDTSName
    end
public final class TaskInfo extends DtsObject implements IDTSName

TaskInfo 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 CreationName Returns the string used by the runtime to create an instance of the TaskInfo object and add the object to the TaskInfos collection. This property is read-only.
공용 속성 Description Gets or sets a description for the task.
공용 속성 FileName Returns the name of the task. This property is read-only.
공용 속성 FileNameVersionString Returns the version of the implementation file. This property is read-only.
공용 속성 IconFile Returns the fully qualified name of the file that holds the icon for the task. This property is read-only.
공용 속성 IconResource The name of the .resource file or the .resx file that contains the icon to use when representing this task in the graphical user interface. This value is read-only.
공용 속성 ID Returns the GUID used when creating the task. This property is read-only.
공용 속성 Name Gets or sets the task name.
공용 속성 TaskContact Returns the contact information for the task. This property is read-only.
공용 속성 TaskType Returns a String that describes the type of task. This property is read-only.
공용 속성 UITypeName Returns the assembly that implements the user interface for the task. This value is read-only.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals Determines whether two object instances are equal. (DtsObject에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode Returns the hash code for this instance. (DtsObject에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

주의

A TaskInfo object describes a task that is installed on the computer and that clients can instantiate. The registered task classes include those provided with Microsoft SQL Server and custom tasks provided by other vendors and implemented by users.

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.