DataProfileDestinationType Enum
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.
Specifies whether the Data Profiling task saves its XML output to a file or a package variable.
public enum class DataProfileDestinationType
public enum DataProfileDestinationType
type DataProfileDestinationType =
Public Enum DataProfileDestinationType
- Inheritance
-
DataProfileDestinationType
Fields
Name | Value | Description |
---|---|---|
FileConnection | 0 | Saves the XML output in the file that is specified in a File connection manager. |
Variable | 1 | Saves the XML output in a package variable. |
Remarks
Select the DataProfileDestinationType property on the General page of the Data Profiling Task Editor.