Microsoft.SqlServer.Dts.Tasks.DataProfilingTask Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Microsoft.SqlServer.Dts.Tasks.DataProfilingTask namespace contains the Integration Services Data Profiling task and supporting classes.
Classes
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. |
Enums
DataProfileDestinationType |
Specifies whether the Data Profiling task saves its XML output to a file or a package variable. |
Remarks
The main class in the Microsoft.SqlServer.Dts.Tasks.DataProfilingTask namespace is the DataProfilingTask class. 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: