DataProfileDestinationType-Enumeration
Specifies whether the Data Profiling task saves its XML output to a file or a package variable.
Namespace: Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
Assembly: Microsoft.SqlServer.DataProfilingTask (in Microsoft.SqlServer.DataProfilingTask.dll)
Syntax
'Declaration
Public Enumeration DataProfileDestinationType
'Usage
Dim instance As DataProfileDestinationType
public enum DataProfileDestinationType
public enum class DataProfileDestinationType
type DataProfileDestinationType
public enum DataProfileDestinationType
Elemente
Elementname | Beschreibung | |
---|---|---|
FileConnection | Saves the XML output in the file that is specified in a File connection manager. | |
Variable | Saves the XML output in a package variable. |
Hinweise
Select the DataProfileDestinationType property on the General page of the Data Profiling Task Editor.