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.
Gets or sets a value 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.