IDTSCustomProperty100.ContainsID 속성

정의

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 디자이너를 돕기 위해 제공되며 IDTSCustomProperty100 값에 데이터 흐름 태스크에 있는 다른 개체의 ID가 포함된 경우 true 로 설정해야 합니다.

적용 대상