共用方式為


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.

繼承階層

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime. . :: . .Task
      Microsoft.SqlServer.Dts.Tasks.DataProfilingTask..::..DataProfilingTask

命名空間:  Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
組件:  Microsoft.SqlServer.DataProfilingTask (在 Microsoft.SqlServer.DataProfilingTask.dll 中)

語法

'宣告
Public NotInheritable Class DataProfilingTask _
    Inherits Task _
    Implements IDTSComponentPersist
'用途
Dim instance As DataProfilingTask
public sealed class DataProfilingTask : Task, 
    IDTSComponentPersist
public ref class DataProfilingTask sealed : public Task, 
    IDTSComponentPersist
[<SealedAttribute>]
type DataProfilingTask =  
    class
        inherit Task
        interface IDTSComponentPersist
    end
public final class DataProfilingTask extends Task implements IDTSComponentPersist

DataProfilingTask 型別公開下列成員。

建構函式

  名稱 說明
公用方法 DataProfilingTask Initializes a new instance of the DataProfilingTask class.

上層

屬性

  名稱 說明
公用屬性 Destination Identifies the File connection manager or the package variable that contains the XML output that the Data Profiling task generates.
公用屬性 DestinationType Specifies whether a File connection manager or a package variable contains the XML output the Data Profiling task generates.
公用屬性 ExecutionValue Returns a user-defined object. This field is read-only. (繼承自 Task。)
公用屬性 OverwriteDestination Determines whether the Data Profiling task should overwrite the output file if the file already exists.
公用屬性 ProfileInputXml 基礎結構。
公用屬性 ProfileRequests Contains the collection of profile requests that the Data Profiling task will compute.
公用屬性 Timeout Specifies the number of seconds after which the Data Profiling task should time out and stop running.
公用屬性 Version *** Member deprecated; see Remarks. ***    Returns the version of the task. This property is read-only. (繼承自 Task。)

上層

方法

  名稱 說明
公用方法 CanUpdate *** Member deprecated; see Remarks. ***    A Boolean that indicates whether the new package XML can update the old package XML. (繼承自 Task。)
公用方法 Equals Determines whether two object instances are equal. (繼承自 DtsObject。)
公用方法 Execute Runs the Data Profiling task. (覆寫 Task. . :: . .Execute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object)。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetConnectionID Gets a String containing the ID of the connection. (繼承自 Task。)
公用方法 GetConnectionName Gets a String containing the name of the connection. (繼承自 Task。)
公用方法 GetHashCode Returns the hash code for this instance. (繼承自 DtsObject。)
公用方法 GetType (繼承自 Object。)
公用方法 InitializeTask Initializes the Data Profiling task. (覆寫 Task. . :: . .InitializeTask(Connections, VariableDispenser, IDTSInfoEvents, IDTSLogging, EventInfos, LogEntryInfos, ObjectReferenceTracker)。)
公用方法 LoadFromXML Loads the definition of the task, in XML format, from the XML definition of the package.
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 SaveToXML Saves the definition of the task, in XML format, into the XML definition of the package.
公用方法 ToString (繼承自 Object。)
公用方法 Update *** Member deprecated; see Remarks. ***    This method updates the old package XML with the new package XML if CanUpdate is set to true. (繼承自 Task。)
公用方法 Validate Determines whether the Data Profiling task is correctly configured. (覆寫 Task. . :: . .Validate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging)。)

上層

備註

The DataProfilingTask class is the main class in the Microsoft.SqlServer.Dts.Tasks.DataProfilingTask namespace. This class represents the Integration Services Data Profiling task, which can be used to profile and discover the structure of an unfamiliar data source, and to identify problems with the data.

For more information about the Data Profiling task, see the following topics:

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。