DataProfilingTask.Destination 属性

Gets or sets the File connection manager or the package variable that contains the XML output that the Data Profiling task generates.

命名空间:  Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
程序集:  Microsoft.SqlServer.DataProfilingTask(在 Microsoft.SqlServer.DataProfilingTask.dll 中)

语法

声明
Public Property Destination As String 
    Get 
    Set
用法
Dim instance As DataProfilingTask 
Dim value As String 

value = instance.Destination

instance.Destination = value
public string Destination { get; set; }
public:
property String^ Destination {
    String^ get ();
    void set (String^ value);
}
member Destination : string with get, set
function get Destination () : String 
function set Destination (value : String)

属性值

类型:System.String
The name of the File connection manager or of the package variable that contains the XML output.

注释

The value of the DestinationType property determines whether the Destination property contains the name of a File connection manager or a package variable.

请参阅

参考

DataProfilingTask 类

Microsoft.SqlServer.Dts.Tasks.DataProfilingTask 命名空间