ColumnProfile Class
Definition
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.
A ColumnProfile collects summary statistics on a particular column of data produced by a Dataflow.
public ref class ColumnProfile : Microsoft::DPrep::Engine::ProfileResult
public class ColumnProfile : Microsoft.DPrep.Engine.ProfileResult
type ColumnProfile = class
inherit ProfileResult
Public Class ColumnProfile
Inherits ProfileResult
- Inheritance
-
Microsoft.DPrep.Engine.ProfileResultColumnProfile
Constructors
| ColumnProfile(Dictionary<String,Object>) |
A ColumnProfile collects summary statistics on a particular column of data produced by a Dataflow. |