Partager via


Membres DataProfilingTask

Profiles selected columns and column relationships in a data source to discover the structure of an unfamiliar data source, and to identify problems with the data.

Le type DataProfilingTask expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique DataProfilingTask Initializes a new instance of the DataProfilingTask class.

Haut de la page

Méthodes

  Nom Description
Méthode publique CanUpdate *** Member deprecated; see Remarks. ***    A Boolean that indicates whether the new package XML can update the old package XML. (Hérité de Task.)
Méthode publique Equals Determines whether two object instances are equal. (Hérité de DtsObject.)
Méthode publique Execute Runs the Data Profiling task. (Se substitue à Task. . :: . .Execute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object).)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetConnectionID Gets a String containing the ID of the connection. (Hérité de Task.)
Méthode publique GetConnectionName Gets a String containing the name of the connection. (Hérité de Task.)
Méthode publique GetHashCode Returns the hash code for this instance. (Hérité de DtsObject.)
Méthode publique GetType (Hérité de Object.)
Méthode publique InitializeTask Initializes the Data Profiling task. (Se substitue à Task. . :: . .InitializeTask(Connections, VariableDispenser, IDTSInfoEvents, IDTSLogging, EventInfos, LogEntryInfos, ObjectReferenceTracker).)
Méthode publique LoadFromXML Loads the definition of the task, in XML format, from the XML definition of the package.
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique SaveToXML Saves the definition of the task, in XML format, into the XML definition of the package.
Méthode publique ToString (Hérité de Object.)
Méthode publique Update *** Member deprecated; see Remarks. ***    This method updates the old package XML with the new package XML if CanUpdate is set to true. (Hérité de Task.)
Méthode publique Validate Determines whether the Data Profiling task is correctly configured. (Se substitue à Task. . :: . .Validate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging).)

Haut de la page

Propriétés

  Nom Description
Propriété publique Destination Identifies the File connection manager or the package variable that contains the XML output that the Data Profiling task generates.
Propriété publique DestinationType Specifies whether a File connection manager or a package variable contains the XML output the Data Profiling task generates.
Propriété publique ExecutionValue Returns a user-defined object. This field is read-only. (Hérité de Task.)
Propriété publique OverwriteDestination Determines whether the Data Profiling task should overwrite the output file if the file already exists.
Propriété publique ProfileInputXml Infrastructure.
Propriété publique ProfileRequests Contains the collection of profile requests that the Data Profiling task will compute.
Propriété publique Timeout Specifies the number of seconds after which the Data Profiling task should time out and stop running.
Propriété publique Version *** Member deprecated; see Remarks. ***    Returns the version of the task. This property is read-only. (Hérité de Task.)

Haut de la page