IDTSCustomProperty100.ContainsID 속성

정의

Value 개체의 IDTSCustomProperty100에 데이터 흐름 태스크의 다른 개체 ID가 포함되어 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool ContainsID { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(106)]
public bool ContainsID { [System.Runtime.InteropServices.DispId(106)] get; [System.Runtime.InteropServices.DispId(106)] set; }
[<System.Runtime.InteropServices.DispId(106)>]
[<get: System.Runtime.InteropServices.DispId(106)>]
[<set: System.Runtime.InteropServices.DispId(106)>]
member this.ContainsID : bool with get, set
Public Property ContainsID As Boolean

속성 값

개체 값에 데이터 흐름 태스크에 IDTSCustomProperty100 있는 다른 개체의 ID가 포함되어 있으면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

특성

설명

이 선택적 속성은 잘라내기 및 붙여넣기 작업 중에 SSIS 디자이너를 돕기 위해 true 제공되며 데이터 흐름 태스크에 다른 개체의 IDTSCustomProperty100 ID가 포함된 경우 Value 로 설정해야 합니다.

적용 대상