다음을 통해 공유


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 네임스페이스