Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Members
| Member name | Description | |
|---|---|---|
| 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. |
Remarks
Select the DataProfileDestinationType property on the General page of the Data Profiling Task Editor.