다음을 통해 공유


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 Gets or sets the File connection manager or the package variable that contains the XML output that the Data Profiling task generates.
공용 속성 DestinationType Gets or sets a value 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 Gets or sets a value that indicates whether the Data Profiling task should overwrite the output file if the file already exists.
공용 속성 ProfileInputXml 인프라입니다. Gets or sets an XML input of the DataProfilingTask.
공용 속성 ProfileRequests Gets the collection of profile requests that the Data Profiling task will compute.
공용 속성 Timeout Gets or sets 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)을(를) 재정의함)
공용 메서드 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.
공용 메서드 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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Dts.Tasks.DataProfilingTask 네임스페이스