语言

DataProfilingTask.Destination 属性

定义

获取或设置文件连接管理器或包含数据分析任务生成的XML输出的包变量。

public:
 property System::String ^ Destination { System::String ^ get(); void set(System::String ^ value); };
public string Destination { get; set; }
member this.Destination : string with get, set
Public Property Destination As String

属性值

文件连接管理器或包含XML输出的包变量名称。

注解

属性的 DestinationType 值决定了该 Destination 属性包含文件连接管理器名称还是包变量名称。

适用于