IDTSFileSystemTask.IsDestinationPathVariable 속성

정의

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

대상 정보가 패키지 변수에 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool IsDestinationPathVariable { bool get(); void set(bool value); };
public bool IsDestinationPathVariable { get; set; }
member this.IsDestinationPathVariable : bool with get, set
Public Property IsDestinationPathVariable As Boolean

속성 값

대상 정보가 패키지 변수에 있으면 true이고, 대상이 FILE 연결이면 false입니다.

적용 대상