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 包变量。

适用于