语言

DataProfilingTask.DestinationType 属性

定义

无论文件连接管理器还是包变量包含数据分析任务生成的XML输出,都会获得或设置值。

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

属性值

其中一个枚举值表示文件连接管理器或包变量是否包含XML输出。

适用于