다음을 통해 공유


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 파일 연결 관리자의 이름 또는 패키지 변수가 포함되어 있는지 여부를 결정합니다.

적용 대상