Share via


DataProfilingTask.DestinationType Property

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
Assembly:  Microsoft.SqlServer.DataProfilingTask (in Microsoft.SqlServer.DataProfilingTask.dll)

Syntax

'Declaration
Public Property DestinationType As DataProfileDestinationType
    Get
    Set
'Usage
Dim instance As DataProfilingTask
Dim value As DataProfileDestinationType

value = instance.DestinationType

instance.DestinationType = value
public DataProfileDestinationType DestinationType { get; set; }
public:
property DataProfileDestinationType DestinationType {
    DataProfileDestinationType get ();
    void set (DataProfileDestinationType value);
}
member DestinationType : DataProfileDestinationType with get, set
function get DestinationType () : DataProfileDestinationType
function set DestinationType (value : DataProfileDestinationType)

Property Value

Type: Microsoft.SqlServer.Dts.Tasks.DataProfilingTask.DataProfileDestinationType
One of the enumeration values that indicates whether a File connection manager or a package variable contains the XML output.