Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.