Condividi tramite


Membri 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.

Il tipo DataProfilingTask espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico DataProfilingTask Initializes a new instance of the DataProfilingTask class.

In alto

Metodi

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

In alto

Proprietà

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

In alto