Condividi tramite


Classe TaskInfo

Contains information about a task installed on the local computer.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class TaskInfo _
    Inherits DtsObject _
    Implements IDTSName
'Utilizzo
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

Nel tipo TaskInfo sono esposti i membri seguenti.

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Determines whether two object instances are equal. Ereditato da DtsObject.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Returns the hash code for this instance. Ereditato da DtsObject.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.