DataProfilingTask Class
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.
Namespace: Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
Assembly: Microsoft.SqlServer.DataProfilingTask (in Microsoft.SqlServer.DataProfilingTask.dll)
Syntax
'Declaration
Public NotInheritable Class DataProfilingTask _
Inherits Task _
Implements IDTSComponentPersist
'Usage
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
Remarks
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:
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.DtsObject
Microsoft.SqlServer.Dts.Runtime.Task
Microsoft.SqlServer.Dts.Tasks.DataProfilingTask.DataProfilingTask
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.