Share via


DataProfilingTask Members

Include Protected Members
Include Inherited Members

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.

The DataProfilingTask type exposes the following members.

Constructors

  Name Description
Public method DataProfilingTask() Initializes a new instance of the DataProfilingTask class.

Top

Methods

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

Top

Properties

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

Top