DataProfilingTask.DestinationType Property

Definition

Gets or sets a value whether a File connection manager or a package variable contains the XML output the Data Profiling task generates.

public:
 property Microsoft::SqlServer::Dts::Tasks::DataProfilingTask::DataProfileDestinationType DestinationType { Microsoft::SqlServer::Dts::Tasks::DataProfilingTask::DataProfileDestinationType get(); void set(Microsoft::SqlServer::Dts::Tasks::DataProfilingTask::DataProfileDestinationType value); };
public Microsoft.SqlServer.Dts.Tasks.DataProfilingTask.DataProfileDestinationType DestinationType { get; set; }
member this.DestinationType : Microsoft.SqlServer.Dts.Tasks.DataProfilingTask.DataProfileDestinationType with get, set
Public Property DestinationType As DataProfileDestinationType

Property Value

One of the enumeration values that indicates whether a File connection manager or a package variable contains the XML output.

Applies to