Freigeben über


DataProfilingTask-Member

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.

Der DataProfilingTask-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DataProfilingTask Initializes a new instance of the DataProfilingTask class.

Zum Anfang

Methoden

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

Zum Anfang

Eigenschaften

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

Zum Anfang