IDTSCustomProperty100.ContainsID 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 로 설정해야 합니다.