Freigeben über


DataProfilingTask.Destination-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
Assembly:  Microsoft.SqlServer.DataProfilingTask (in Microsoft.SqlServer.DataProfilingTask.dll)

Syntax

'Declaration
Public Property Destination As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Hinweise

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

Siehe auch

Verweis

DataProfilingTask Klasse

Microsoft.SqlServer.Dts.Tasks.DataProfilingTask-Namespace