DataProfilingTask.DestinationType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.