Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.