Compartir a través de


Clase TaskInfo

Contains information about a task installed on the local computer.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public NotInheritable Class TaskInfo _
    Inherits DtsObject _
    Implements IDTSName
'Uso
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

El tipo TaskInfo expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública 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.
Propiedad pública Description Gets or sets a description for the task.
Propiedad pública FileName Returns the name of the task. This property is read-only.
Propiedad pública FileNameVersionString Returns the version of the implementation file. This property is read-only.
Propiedad pública IconFile Returns the fully qualified name of the file that holds the icon for the task. This property is read-only.
Propiedad pública 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.
Propiedad pública ID Returns the GUID used when creating the task. This property is read-only.
Propiedad pública Name Gets or sets the task name.
Propiedad pública TaskContact Returns the contact information for the task. This property is read-only.
Propiedad pública TaskType Returns a String that describes the type of task. This property is read-only.
Propiedad pública UITypeName Returns the assembly that implements the user interface for the task. This value is read-only.

Arriba

Métodos

  Nombre Descripción
Método público Equals Determines whether two object instances are equal. (Se hereda de DtsObject.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode Returns the hash code for this instance. (Se hereda de DtsObject.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

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.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.